summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/amsvar.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/macppc/dev/amsvar.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/macppc/dev/amsvar.h')
-rw-r--r--sys/arch/macppc/dev/amsvar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/amsvar.h b/sys/arch/macppc/dev/amsvar.h
index 059131689d6..51fe68b6671 100644
--- a/sys/arch/macppc/dev/amsvar.h
+++ b/sys/arch/macppc/dev/amsvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amsvar.h,v 1.1 2001/09/01 15:50:00 drahn Exp $ */
+/* $OpenBSD: amsvar.h,v 1.2 2002/03/14 01:26:36 millert Exp $ */
/* $NetBSD: amsvar.h,v 1.4 1999/06/17 06:59:05 tsubai Exp $ */
/*
@@ -61,7 +61,7 @@ struct ams_softc {
#define MSCLASS_TRACKBALL 2
#define MSCLASS_TRACKPAD 3
-void ms_adbcomplete __P((caddr_t buffer, caddr_t data_area, int adb_command));
-void ms_handoff __P((adb_event_t *event, struct ams_softc *));
+void ms_adbcomplete(caddr_t buffer, caddr_t data_area, int adb_command);
+void ms_handoff(adb_event_t *event, struct ams_softc *);
#endif /* _MACPPC_AMSVAR_H_ */