#define RAW_PART 3 /* raw partition: xx?c (XXX) */
/* Just a dummy */
-#ifndef LOCORE
+#ifndef _LOCORE
struct cpu_disklabel {
int cd_dummy; /* must have one element. */
};
#define DMASER_BITS \
"\20\20BHALT\17DCNEG\10QBNXM\6QBPE\5MEMERR\4LOSTERR\3NOGRANT\1DMANXM"
-#ifndef LOCORE
+#ifndef _LOCORE
/*
* Local registers (in I/O space)
* This is done in disjoint sections. Map names are set in locore.s
};
#define KA650_IPCR 0x20001e00
-#endif LOCORE
+#endif /* _LOCORE */
/*
* Physical start address of the Qbus memory.
#define NEX_CFGFLT (0xfc000000)
-#ifndef LOCORE
+#ifndef _LOCORE
#if defined(VAX780) || defined(VAX8600)
#define NEXFLT_BITS \
"\20\40PARFLT\37WSQFLT\36URDFLT\35ISQFLT\34MXTFLT\33XMTFLT"
#define KA630CLK_RSTRT 010
#define KA630CLK_LANG 0360
-#ifndef LOCORE
+#ifndef _LOCORE
struct ka630clock {
u_short sec;
u_short secalrm;
#define UBAIOADDR 0760000 /* start of I/O page */
#define UBAIOPAGES 16
-#ifndef LOCORE
+#ifndef _LOCORE
/*
* DWBUA hardware registers.
*/
(((bdp) << 28) | ((nmr) << 20) | ((mr) << 9) | (off))
#endif
-#ifndef LOCORE
+#ifndef _LOCORE
#ifdef _KERNEL
#define ubago(ui) ubaqueue(ui, 0)
int ubasetup __P((int, struct buf *, int));
#endif /* _KERNEL */
-#endif !LOCORE
+#endif /* !_LOCORE */