summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ccbque.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 07:51:46 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 07:51:46 +0000
commit728484a7457c5aef1f6a3d30a7bf3f6e215bf900 (patch)
tree30a9106ca00a2f588e91084d486ef8f073bf1b46 /sys/i386/isa/ccbque.h
parent064c0537d11ac3c5a37db86bdd0cb077e0532f0a (diff)
downloadFreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.zip
FreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.tar.gz
Remove __P.
Diffstat (limited to 'sys/i386/isa/ccbque.h')
-rw-r--r--sys/i386/isa/ccbque.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/ccbque.h b/sys/i386/isa/ccbque.h
index b86a84b..60ab86d 100644
--- a/sys/i386/isa/ccbque.h
+++ b/sys/i386/isa/ccbque.h
@@ -49,9 +49,9 @@ struct CCBTYPE##que { \
u_int flags; \
}; \
\
-void DEV##_init_ccbque __P((int)); \
-struct CCBTYPE *DEV##_get_ccb __P((void)); \
-void DEV##_free_ccb __P((register struct CCBTYPE *));
+void DEV##_init_ccbque(int); \
+struct CCBTYPE *DEV##_get_ccb(void); \
+void DEV##_free_ccb(register struct CCBTYPE *);
/* (II) static allocated memory */
#define GENERIC_CCB_STATIC_ALLOC(DEV, CCBTYPE) \
OpenPOWER on IntegriCloud