diff options
Diffstat (limited to 'sys/dev/acpica/acpi_pcib_pci.c')
-rw-r--r-- | sys/dev/acpica/acpi_pcib_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_pcib_pci.c b/sys/dev/acpica/acpi_pcib_pci.c index a4c587f..35c3f3d 100644 --- a/sys/dev/acpica/acpi_pcib_pci.c +++ b/sys/dev/acpica/acpi_pcib_pci.c @@ -55,12 +55,12 @@ struct acpi_pcib_softc { ACPI_HANDLE ap_handle; ACPI_BUFFER ap_prt; /* interrupt routing table */ }; - + struct acpi_pcib_lookup_info { UINT32 address; ACPI_HANDLE handle; }; - + static int acpi_pcib_pci_probe(device_t bus); static int acpi_pcib_pci_attach(device_t bus); static int acpi_pcib_pci_resume(device_t bus); |