jba 3/6/91

This commit is contained in:
Janet B. Anderson
1991-03-06 17:27:14 +00:00
parent f718cc79e3
commit 74693a35c3
10 changed files with 32 additions and 32 deletions

View File

@@ -25,13 +25,13 @@ extern short ab_cmd_to[AB_MAX_LINKS][AB_MAX_ADAPTERS][AB_MAX_CARDS];
extern unsigned short ab_config[AB_MAX_LINKS][AB_MAX_ADAPTERS][AB_MAX_CARDS];
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvAb={
2,
report,

View File

@@ -12,13 +12,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvAt5Vxi={
2,
report,

View File

@@ -14,13 +14,13 @@
extern struct compumotor *pcompu_motors[]; /* stepper motor - CM1830 */
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvCompuSm={
2,
report,

View File

@@ -13,13 +13,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvDvx={
2,
report,

View File

@@ -12,13 +12,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvJgvtr1={
2,
report,

View File

@@ -12,13 +12,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvMz8310={
2,
report,

View File

@@ -14,13 +14,13 @@
extern struct vmex_motor *oms_motor_present[]; /* stepper motor - OMS */
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvOms={
2,
report,
@@ -39,6 +39,5 @@ static long init()
{
int status;
ai_init();
return(0);
}

View File

@@ -12,13 +12,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvStc={
2,
report,

View File

@@ -12,13 +12,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvTime={
2,
report,

View File

@@ -12,12 +12,13 @@
/* If any of the following does not exist replace it with #define <> NULL */
int report();
int init();
static long report();
static long init();
struct {
long number;
DRVSUPFUN report;
DRVSUPFUN init
DRVSUPFUN init;
} drvXy566={
2,
report,
@@ -30,7 +31,7 @@ static long report(fp)
return(0);
}
static int init()
static long init()
{
return(0);