aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/wdreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/wdreg.h')
-rw-r--r--sys/i386/isa/wdreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/wdreg.h b/sys/i386/isa/wdreg.h
index f19867ac7968..7dc9a87465ef 100644
--- a/sys/i386/isa/wdreg.h
+++ b/sys/i386/isa/wdreg.h
@@ -143,7 +143,7 @@
#define WDSD_IBM 0xa0 /* forced to 512 byte sector, ecc */
#define WDSD_LBA 0x40 /* use Logical Block Adressing */
-#ifdef KERNEL
+#ifdef _KERNEL
/*
* read parameters command returns this:
*/
@@ -317,4 +317,4 @@ extern struct wddma wddma[];
void wdintr __P((void *unit));
-#endif /* KERNEL */
+#endif /* _KERNEL */