diff options
author | simokawa <simokawa@FreeBSD.org> | 2004-01-06 14:30:47 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2004-01-06 14:30:47 +0000 |
commit | f366a8ee60fe70df4f0c7469253de71f17d8172a (patch) | |
tree | 52cee916a1be3dab14badce3f57ca53413754563 /sys/dev/firewire/fwohcivar.h | |
parent | 0a316f051e2c320aaec7f5130b64129c57a54e52 (diff) | |
download | FreeBSD-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.h | 14 |
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); |