remove HPER1_UNS from hard errors until figure out why it happens
[unix-history] / usr / src / sys / vax / mba / mbavar.h
index 308b0a1..62fbb8b 100644 (file)
@@ -1,4 +1,4 @@
-/*     mbavar.h        4.14    81/03/09        */
+/*     mbavar.h        4.15    81/04/08        */
 
 /*
  * This file contains definitions related to the kernel structures
 
 /*
  * This file contains definitions related to the kernel structures
@@ -125,12 +125,12 @@ struct mba_driver {
  * Kernel definitions related to mba.
  */
 #ifdef KERNEL
  * Kernel definitions related to mba.
  */
 #ifdef KERNEL
+int    nummba;
 #if NMBA > 0
 struct mba_hd mba_hd[NMBA];
 extern Xmba0int(), Xmba1int(), Xmba2int(), Xmba3int();
 
 extern struct  mba_device mbdinit[];
 extern struct  mba_slave mbsinit[];
 #if NMBA > 0
 struct mba_hd mba_hd[NMBA];
 extern Xmba0int(), Xmba1int(), Xmba2int(), Xmba3int();
 
 extern struct  mba_device mbdinit[];
 extern struct  mba_slave mbsinit[];
-int    nummba;
 #endif
 #endif
 #endif
 #endif