added declaration for get_isa_apic_mask().

Submitted by:	"John S. Dyson" <toor@dyson.iquest.net>
This commit is contained in:
Steve Passe 1997-05-03 18:05:31 +00:00
parent 6e1ed0bec1
commit 004cb62334
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25421
3 changed files with 6 additions and 3 deletions

View file

@ -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));

View file

@ -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));

View file

@ -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));