diff options
Diffstat (limited to 'sys/isa/isavar.h')
-rw-r--r-- | sys/isa/isavar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index a8e137c..2403681 100644 --- a/sys/isa/isavar.h +++ b/sys/isa/isavar.h @@ -36,7 +36,7 @@ typedef void isa_config_cb(void *arg, struct isa_config *config, int enable); #include "isa_if.h" #include <isa/pnpvar.h> -#ifdef KERNEL +#ifdef _KERNEL /* * ISA devices are partially ordered to ensure that devices which are @@ -157,6 +157,6 @@ extern void isa_dma_release __P((int chan)); extern int isa_dmastatus __P((int chan)); extern int isa_dmastop __P((int chan)); -#endif /* KERNEL */ +#endif /* _KERNEL */ #endif /* !_ISA_ISAVAR_H_ */ |