summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-11-23 22:30:03 +0000
committerjhb <jhb@FreeBSD.org>2004-11-23 22:30:03 +0000
commit0b649957e7c518d5928550a68fddcba26d4f9126 (patch)
treeed46978b376d5a196e5abbad8f49afdae4433d97 /sys/dev
parentfb979fee7e3df1dfcf653e7ecb6dfd0d5e29d725 (diff)
downloadFreeBSD-src-0b649957e7c518d5928550a68fddcba26d4f9126.zip
FreeBSD-src-0b649957e7c518d5928550a68fddcba26d4f9126.tar.gz
- Remove some no longer used constants.
- Sort function prototypes.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/acpica/acpi_pcibvar.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/sys/dev/acpica/acpi_pcibvar.h b/sys/dev/acpica/acpi_pcibvar.h
index d90bd45..9082568 100644
--- a/sys/dev/acpica/acpi_pcibvar.h
+++ b/sys/dev/acpica/acpi_pcibvar.h
@@ -30,17 +30,12 @@
#ifndef _ACPI_PCIBVAR_H_
#define _ACPI_PCIBVAR_H_
+void acpi_pci_link_add_reference(device_t dev, int index, device_t pcib,
+ int slot, int pin);
+int acpi_pci_link_route_interrupt(device_t dev, int index);
int acpi_pcib_attach(device_t bus, ACPI_BUFFER *prt, int busno);
int acpi_pcib_route_interrupt(device_t pcib, device_t dev, int pin,
ACPI_BUFFER *prtbuf);
int acpi_pcib_resume(device_t dev);
-#define MAX_POSSIBLE_INTERRUPTS 16
-#define MAX_ISA_INTERRUPTS 16
-#define MAX_ACPI_INTERRUPTS 255
-
-void acpi_pci_link_add_reference(device_t dev, int index, device_t pcib,
- int slot, int pin);
-int acpi_pci_link_route_interrupt(device_t dev, int index);
-
#endif
OpenPOWER on IntegriCloud