summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uniip_var.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/uni/uniip_var.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/uni/uniip_var.h')
-rw-r--r--sys/netatm/uni/uniip_var.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netatm/uni/uniip_var.h b/sys/netatm/uni/uniip_var.h
index 409d2ad..343fd78 100644
--- a/sys/netatm/uni/uniip_var.h
+++ b/sys/netatm/uni/uniip_var.h
@@ -38,7 +38,7 @@
#ifndef _UNI_UNIIP_VAR_H
#define _UNI_UNIIP_VAR_H
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* UNI IP network interface structure. There will be one such structure for
* each IP network interface attached via a UNI signalling instance.
@@ -59,7 +59,7 @@ struct uniip {
#define uip_arpsvrip uip_arpsvrmap.am_dstip
#define uip_arpsvratm uip_arpsvrmap.am_dstatm
#define uip_arpsvrsub uip_arpsvrmap.am_dstatmsub
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
/*
* UNI Interface Flags
@@ -77,7 +77,7 @@ struct uniip {
#define UIAS_CLIENT_ACTIVE 6 /* Client - active */
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Structure for allowable IP prefixes for ATMARP server registration
*/
@@ -126,7 +126,7 @@ struct uniarp {
#define ua_dstip ua_arpmap.am_dstip
#define ua_dstatm ua_arpmap.am_dstatm
#define ua_dstatmsub ua_arpmap.am_dstatmsub
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
/*
* UNIARP Entry Flags
@@ -197,7 +197,7 @@ struct atmarp_hdr {
#define ARP_TL_LMASK 0x3f /* Length mask */
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Timer macros
*/
@@ -313,6 +313,6 @@ int uniip_start __P((void));
int uniip_stop __P((void));
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
#endif /* _UNI_UNIIP_VAR_H */
OpenPOWER on IntegriCloud