Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/pci/pci_host_generic.h
| Show First 20 Lines • Show All 89 Lines • ▼ Show 20 Lines | |||||
| #define PCIE_CUSTOM_CONFIG_SPACE_QUIRK (1 << 1) | #define PCIE_CUSTOM_CONFIG_SPACE_QUIRK (1 << 1) | ||||
| DECLARE_CLASS(generic_pcie_core_driver); | DECLARE_CLASS(generic_pcie_core_driver); | ||||
| int pci_host_generic_core_attach(device_t); | int pci_host_generic_core_attach(device_t); | ||||
| int pci_host_generic_core_detach(device_t); | int pci_host_generic_core_detach(device_t); | ||||
| struct resource *pci_host_generic_core_alloc_resource(device_t, device_t, int, | struct resource *pci_host_generic_core_alloc_resource(device_t, device_t, int, | ||||
| int *, rman_res_t, rman_res_t, rman_res_t, u_int); | int *, rman_res_t, rman_res_t, rman_res_t, u_int); | ||||
| int pci_host_generic_core_release_resource(device_t, device_t, int, int, | int pci_host_generic_core_release_resource(device_t, device_t, | ||||
| struct resource *); | struct resource *); | ||||
| #endif /* __PCI_HOST_GENERIC_H_ */ | #endif /* __PCI_HOST_GENERIC_H_ */ | ||||