Add platform functions for manipulating PCI irqs.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
This commit is contained in:
parent
41fc8fe7b9
commit
68f6efc27f
@ -69,6 +69,9 @@ extern struct platform {
|
||||
void (*clockintr) __P((void *));
|
||||
void (*mcheck_handler) __P((unsigned long, struct trapframe *,
|
||||
unsigned long, unsigned long));
|
||||
void (*pci_intr_map) __P((void *));
|
||||
void (*pci_intr_disable) __P((int));
|
||||
void (*pci_intr_enable) __P((int));
|
||||
} platform;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user