summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_if.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-12 07:42:34 +0000
committerphk <phk@FreeBSD.org>2000-10-12 07:42:34 +0000
commitacecaa1fc20521bb074aac431cdae4193ce27ee6 (patch)
treed6b40770b3946bce9efff1787a71d0a4c5e81e06 /sys/netatm/atm_if.h
parent1324e3deb9c9197e7d69099fb8758c7d54d0f5be (diff)
downloadFreeBSD-src-acecaa1fc20521bb074aac431cdae4193ce27ee6.zip
FreeBSD-src-acecaa1fc20521bb074aac431cdae4193ce27ee6.tar.gz
More HARP polishina:
unifdef -UFORE_SBUS -DFORE_PCI s/ATM_KERNEL/_KERNER/g
Diffstat (limited to 'sys/netatm/atm_if.h')
-rw-r--r--sys/netatm/atm_if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/atm_if.h b/sys/netatm/atm_if.h
index 3664cba..e7370c6 100644
--- a/sys/netatm/atm_if.h
+++ b/sys/netatm/atm_if.h
@@ -142,7 +142,7 @@ struct atm_config {
typedef struct atm_config Atm_config;
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Common structure used to define each physical ATM device interface.
* This structure will (normally) be embedded at the top of each driver's
@@ -381,6 +381,6 @@ typedef atm_intr_t *atm_intr_func_t; /* Pointer to callback function */
extern int atm_intr_index;
#define SCHED_ATM schednetisr(atm_intr_index)
#endif
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
#endif /* _NETATM_ATM_IF_H */
OpenPOWER on IntegriCloud