mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Trace PCI devices on kernel framebuffer
This commit is contained in:
@ -142,6 +142,7 @@ namespace PCI
|
||||
Vector<PCIDeviceHeader *> Devices;
|
||||
|
||||
public:
|
||||
Vector<PCIDeviceHeader *> &GetDevices() { return Devices; }
|
||||
void EnumerateFunction(uint64_t DeviceAddress, uint64_t Function);
|
||||
void EnumerateDevice(uint64_t BusAddress, uint64_t Device);
|
||||
void EnumerateBus(uint64_t BaseAddress, uint64_t Bus);
|
||||
|
Reference in New Issue
Block a user