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/hea/eni.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hea/eni.c')
| -rw-r--r-- | sys/dev/hea/eni.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c index 8a938dfe39eb..c433e925791f 100644 --- a/sys/dev/hea/eni.c +++ b/sys/dev/hea/eni.c @@ -73,17 +73,17 @@ __RCSID("@(#) $FreeBSD$"); /* * Typedef local functions */ -static const char *eni_pci_probe __P((pcici_t, pcidi_t)); -static void eni_pci_attach __P((pcici_t, int)); -static int eni_get_ack __P((Eni_unit *)); -static int eni_get_sebyte __P((Eni_unit *)); -static void eni_read_seeprom __P((Eni_unit *)); +static const char *eni_pci_probe(pcici_t, pcidi_t); +static void eni_pci_attach(pcici_t, int); +static int eni_get_ack(Eni_unit *); +static int eni_get_sebyte(Eni_unit *); +static void eni_read_seeprom(Eni_unit *); #if BSD < 199506 -static int eni_pci_shutdown __P((struct kern_devconf *, int)); +static int eni_pci_shutdown(struct kern_devconf *, int); #else -static void eni_pci_shutdown __P((void *, int)); +static void eni_pci_shutdown(void *, int); #endif -static void eni_pci_reset __P((Eni_unit *)); +static void eni_pci_reset(Eni_unit *); /* * Used by kernel to return number of claimed devices |
