summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/pmc.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2002-03-20 12:22:31 +0000
committerkato <kato@FreeBSD.org>2002-03-20 12:22:31 +0000
commit471dbdd86dcab1f44f21cbf31873b245e91e862a (patch)
tree767ea75c6c412d6668619add3b30606991deffaa /sys/pc98/cbus/pmc.c
parentbb970de1a3dd0e26635f0270a58cb31411036609 (diff)
downloadFreeBSD-src-471dbdd86dcab1f44f21cbf31873b245e91e862a.zip
FreeBSD-src-471dbdd86dcab1f44f21cbf31873b245e91e862a.tar.gz
Remove __P.
Diffstat (limited to 'sys/pc98/cbus/pmc.c')
-rw-r--r--sys/pc98/cbus/pmc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/cbus/pmc.c b/sys/pc98/cbus/pmc.c
index feafd8b..b317d70 100644
--- a/sys/pc98/cbus/pmc.c
+++ b/sys/pc98/cbus/pmc.c
@@ -51,11 +51,11 @@ struct pmc_isa_softc {
int flags;
};
-static int pmc_isa_alloc_resources __P((device_t));
-static void pmc_isa_release_resources __P((device_t));
-static int pmc_isa_probe __P((device_t));
-static int pmc_isa_attach __P((device_t));
-static int pmc_isa_detach __P((device_t));
+static int pmc_isa_alloc_resources(device_t);
+static void pmc_isa_release_resources(device_t);
+static int pmc_isa_probe(device_t);
+static int pmc_isa_attach(device_t);
+static int pmc_isa_detach(device_t);
#define PMC_ISA_PORT 0x8f0
#define PMC_ISA_PORTSIZE 4
OpenPOWER on IntegriCloud