summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohcivar.h
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2004-01-06 14:30:47 +0000
committersimokawa <simokawa@FreeBSD.org>2004-01-06 14:30:47 +0000
commitf366a8ee60fe70df4f0c7469253de71f17d8172a (patch)
tree52cee916a1be3dab14badce3f57ca53413754563 /sys/dev/firewire/fwohcivar.h
parent0a316f051e2c320aaec7f5130b64129c57a54e52 (diff)
downloadFreeBSD-src-f366a8ee60fe70df4f0c7469253de71f17d8172a.zip
FreeBSD-src-f366a8ee60fe70df4f0c7469253de71f17d8172a.tar.gz
Remove __P().
Diffstat (limited to 'sys/dev/firewire/fwohcivar.h')
-rw-r--r--sys/dev/firewire/fwohcivar.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h
index 9a9fbd8..76c7552 100644
--- a/sys/dev/firewire/fwohcivar.h
+++ b/sys/dev/firewire/fwohcivar.h
@@ -83,10 +83,10 @@ typedef struct fwohci_softc {
#endif
} fwohci_softc_t;
-void fwohci_intr __P((void *arg));
-int fwohci_init __P((struct fwohci_softc *, device_t));
-void fwohci_poll __P((struct firewire_comm *, int, int));
-void fwohci_reset __P((struct fwohci_softc *, device_t));
-int fwohci_detach __P((struct fwohci_softc *, device_t));
-int fwohci_resume __P((struct fwohci_softc *, device_t));
-int fwohci_stop __P((struct fwohci_softc *, device_t dev));
+void fwohci_intr (void *arg);
+int fwohci_init (struct fwohci_softc *, device_t);
+void fwohci_poll (struct firewire_comm *, int, int);
+void fwohci_reset (struct fwohci_softc *, device_t);
+int fwohci_detach (struct fwohci_softc *, device_t);
+int fwohci_resume (struct fwohci_softc *, device_t);
+int fwohci_stop (struct fwohci_softc *, device_t dev);
OpenPOWER on IntegriCloud