Changes in uspace/drv/bus/pci/pciintel/pci.h [6dbc500:c90aed4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.h
r6dbc500 rc90aed4 40 40 #include "pci_regs.h" 41 41 42 #define PCI_MAX_HW_RES 1042 #define PCI_MAX_HW_RES 8 43 43 44 44 typedef struct pciintel_bus { … … 49 49 void *conf_data_port; 50 50 void *conf_addr_port; 51 pio_window_t pio_win;52 51 fibril_mutex_t conf_mutex; 53 52 } pci_bus_t; … … 69 68 hw_resource_list_t hw_resources; 70 69 hw_resource_t resources[PCI_MAX_HW_RES]; 71 pio_window_t pio_window;72 70 } pci_fun_t; 73 71
Note:
See TracChangeset
for help on using the changeset viewer.