aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 08:56:31 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 08:56:31 +0000
commit15fe306743f9c24987b3d4e00c2a446d8a798a33 (patch)
treeff4806b11552482675748db1f84a8aaa3808de92 /sys/amd64/include
parentc7ec79b076a7436abf90c84f786af721de27bd14 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/mptable.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index e3dd31af815a..96431918ff22 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/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);
/*