diff options
Diffstat (limited to 'sys/amd64/include/smp.h')
-rw-r--r-- | sys/amd64/include/smp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index c32f3cb..d6da4f2 100644 --- a/sys/amd64/include/smp.h +++ b/sys/amd64/include/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.4 1997/05/01 19:33:06 fsmp Exp $ + * $Id: smp.h,v 1.5 1997/05/03 18:05:31 fsmp Exp $ * */ @@ -61,7 +61,8 @@ 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)); +u_int get_isa_apic_mask __P((u_int)); +int undirect_isa_irq __P((int)); int get_eisa_apic_irq __P((int)); int get_pci_apic_irq __P((int, int, int)); int undirect_pci_irq __P((int)); |