Add platform functions for manipulating PCI irqs.

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
This commit is contained in:
Doug Rabson 1998-07-22 08:27:56 +00:00
parent 41fc8fe7b9
commit 68f6efc27f

View File

@ -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;
/*