diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
| commit | e51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch) | |
| tree | 13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/sio/sio_pccard.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio_pccard.c')
| -rw-r--r-- | sys/dev/sio/sio_pccard.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index c60631286b63..571e82246186 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -45,10 +45,10 @@ #include <dev/sio/siovar.h> -static int sio_pccard_attach __P((device_t dev)); -static int sio_pccard_detach __P((device_t dev)); -static int sio_pccard_match __P((device_t self)); -static int sio_pccard_probe __P((device_t dev)); +static int sio_pccard_attach(device_t dev); +static int sio_pccard_detach(device_t dev); +static int sio_pccard_match(device_t self); +static int sio_pccard_probe(device_t dev); static device_method_t sio_pccard_methods[] = { /* Device interface */ |
