- Remove some no longer used constants.
- Sort function prototypes.
This commit is contained in:
parent
5e1ba6d4ae
commit
2dacd5d401
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user