summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_cm.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_cm.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_cm.h')
-rw-r--r--sys/netatm/atm_cm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netatm/atm_cm.h b/sys/netatm/atm_cm.h
index 0507caa..bbeb18a 100644
--- a/sys/netatm/atm_cm.h
+++ b/sys/netatm/atm_cm.h
@@ -45,7 +45,7 @@ struct atm_connection;
struct atm_attributes;
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Structure used to define a kernel ATM endpoint service module and its
* associated entry points. An endpoint service is defined as a kernel
@@ -94,7 +94,7 @@ struct atm_endpoint {
__P((void *, KBuffer *, u_int));
};
typedef struct atm_endpoint Atm_endpoint;
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
/*
* Endpoint IDs
@@ -230,7 +230,7 @@ typedef struct atm_attributes Atm_attributes;
#define CMAPI_SSCOP 2 /* Reliable data (SSCOP) */
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* ATM Connection Instance
*
@@ -343,6 +343,6 @@ struct atm_cm_stat {
u_long cms_rcvconn; /* Packets dropped, bad conn state */
u_long cms_rcvconnvc; /* Packets dropped, bad connvc state */
};
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
#endif /* _NETATM_ATM_CM_H */
OpenPOWER on IntegriCloud