summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 08:56:31 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 08:56:31 +0000
commite7a78af097feb1b108cf53085171d6c9317bf8f9 (patch)
treeff4806b11552482675748db1f84a8aaa3808de92 /sys/i386/include/mptable.h
parent845151efe76ca361aac6b5c8c20cc50f812068eb (diff)
downloadFreeBSD-src-e7a78af097feb1b108cf53085171d6c9317bf8f9.zip
FreeBSD-src-e7a78af097feb1b108cf53085171d6c9317bf8f9.tar.gz
Remove __P.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index e3dd31a..9643191 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -737,11 +737,11 @@ static io_int *io_apic_ints;
static int nintrs;
-static int processor_entry __P((proc_entry_ptr entry, int cpu));
-static int bus_entry __P((bus_entry_ptr entry, int bus));
-static int io_apic_entry __P((io_apic_entry_ptr entry, int apic));
-static int int_entry __P((int_entry_ptr entry, int intr));
-static int lookup_bus_type __P((char *name));
+static int processor_entry (proc_entry_ptr entry, int cpu);
+static int bus_entry (bus_entry_ptr entry, int bus);
+static int io_apic_entry (io_apic_entry_ptr entry, int apic);
+static int int_entry (int_entry_ptr entry, int intr);
+static int lookup_bus_type (char *name);
/*
OpenPOWER on IntegriCloud