Rev 4399 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4399 | Rev 4438 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | 5 | ||
6 | uint8_t pci_conf_read_8(pci_dev_t *dev, int reg); |
6 | uint8_t pci_conf_read_8(pci_dev_t *dev, int reg); |
7 | uint16_t pci_conf_read_16(pci_dev_t *dev, int reg); |
7 | uint16_t pci_conf_read_16(pci_dev_t *dev, int reg); |
8 | uint32_t pci_conf_read_32(pci_dev_t *dev, int reg); |
8 | uint32_t pci_conf_read_32(pci_dev_t *dev, int reg); |
9 | 9 | ||
10 | #endif |
- | |
11 | 10 | #endif |
|
- | 11 |