summaryrefslogtreecommitdiffstats
path: root/sys/sys/smp.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-05-03 18:05:31 +0000
committerfsmp <fsmp@FreeBSD.org>1997-05-03 18:05:31 +0000
commitd4d96b22437e419925a29024f4c011f50184d934 (patch)
tree0ac37bb97a1c20094225160a40f77be67537044c /sys/sys/smp.h
parent625114c1b974a88c12a23c519d6afcfc681187d1 (diff)
downloadFreeBSD-src-d4d96b22437e419925a29024f4c011f50184d934.zip
FreeBSD-src-d4d96b22437e419925a29024f4c011f50184d934.tar.gz
added declaration for get_isa_apic_mask().
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
Diffstat (limited to 'sys/sys/smp.h')
-rw-r--r--sys/sys/smp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/smp.h b/sys/sys/smp.h
index 3036cb7..c32f3cb 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/smp.h
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: smp.h,v 1.3 1997/04/30 19:04:26 fsmp Exp $
+ * $Id: smp.h,v 1.4 1997/05/01 19:33:06 fsmp Exp $
*
*/
@@ -61,6 +61,7 @@ u_int mp_bootaddress __P((u_int));
void mp_start __P((void));
void mp_announce __P((void));
int get_isa_apic_irq __P((int));
+int get_isa_apic_mask __P((int));
int get_eisa_apic_irq __P((int));
int get_pci_apic_irq __P((int, int, int));
int undirect_pci_irq __P((int));
OpenPOWER on IntegriCloud