mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
added declaration for get_isa_apic_mask().
Submitted by: "John S. Dyson" <toor@dyson.iquest.net>
This commit is contained in:
parent
6e1ed0bec1
commit
004cb62334
3 changed files with 6 additions and 3 deletions
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue