summaryrefslogtreecommitdiffstats
path: root/sys/netatm/sigpvc
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/sigpvc
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/sigpvc')
-rw-r--r--sys/netatm/sigpvc/sigpvc_var.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_var.h b/sys/netatm/sigpvc/sigpvc_var.h
index 2cb96bc..3488a0f 100644
--- a/sys/netatm/sigpvc/sigpvc_var.h
+++ b/sys/netatm/sigpvc/sigpvc_var.h
@@ -38,7 +38,7 @@
#ifndef _SIGPVC_SIGPVC_VAR_H
#define _SIGPVC_SIGPVC_VAR_H
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Structure containing state information for each SigPVC protocol instance.
* There will be one instance for each ATM device interface using the SigPVC
@@ -52,7 +52,7 @@ struct sigpvc {
#define pv_addr pv_inst.si_addr
#define pv_vccq pv_inst.si_vccq
#define pv_state pv_inst.si_state
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
/*
* SigPVC Protocol States
@@ -61,7 +61,7 @@ struct sigpvc {
#define SIGPVC_DETACH 2 /* Detach in progress */
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* SigPVC Virtual Channel Connection control block. All information regarding
* the state of a SigPVC controlled VCC will be recorded here. There will be
@@ -70,7 +70,7 @@ struct sigpvc {
struct sigpvc_vccb {
struct vccb vcp_hdr; /* Generic vccb */
};
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
/*
* SigPVC VCC Signalling Protocol States
@@ -80,7 +80,7 @@ struct sigpvc_vccb {
#define VCCS_FREE 2 /* Waiting for user to free resources */
-#ifdef ATM_KERNEL
+#ifdef _KERNEL
/*
* Global function declarations
*/
@@ -90,6 +90,6 @@ struct sigpvc_vccb {
int sigpvc_create_pvc __P((struct sigpvc *, Atm_connvc *, int *));
void sigpvc_close_vcc __P((struct vccb *));
-#endif /* ATM_KERNEL */
+#endif /* _KERNEL */
#endif /* _SIGPVC_SIGPVC_VAR_H */
OpenPOWER on IntegriCloud