some work with PCI, updated my TODO
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
|
||||
uint16_t pci_config_read_word(uint8_t bus, uint8_t slot, uint8_t func, uint8_t offset);
|
||||
|
||||
uint16_t pci_check_vendor(uint8_t bus, uint8_t slot);
|
||||
uint16_t pci_check_vendor(uint8_t bus, uint8_t slot, uint8_t func);
|
||||
|
||||
void check_all_busses(void);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user