diff options
author | dfr <dfr@FreeBSD.org> | 1998-07-22 08:27:56 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-07-22 08:27:56 +0000 |
commit | 8964f60d8e77598ba88cba308cebd05412a5a609 (patch) | |
tree | 6848c8d2e82427645c6980221ba4ce8f621eb107 /sys/alpha/include/cpuconf.h | |
parent | 9bc86e47bdf187b647385939aef7896aff44dd2b (diff) | |
download | FreeBSD-src-8964f60d8e77598ba88cba308cebd05412a5a609.zip FreeBSD-src-8964f60d8e77598ba88cba308cebd05412a5a609.tar.gz |
Add platform functions for manipulating PCI irqs.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
Diffstat (limited to 'sys/alpha/include/cpuconf.h')
-rw-r--r-- | sys/alpha/include/cpuconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/alpha/include/cpuconf.h b/sys/alpha/include/cpuconf.h index 30ef4c7..c38510c 100644 --- a/sys/alpha/include/cpuconf.h +++ b/sys/alpha/include/cpuconf.h @@ -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; /* |