mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Kernel/PCI: Add helper to determine if device can access IO space
This commit is contained in:
parent
2cd1f928e1
commit
0669dd82e2
2 changed files with 5 additions and 0 deletions
|
@ -204,6 +204,7 @@ private:
|
|||
};
|
||||
|
||||
ID get_id(PCI::Address);
|
||||
bool is_io_space_enabled(Address);
|
||||
void enumerate(Function<void(Address, ID)> callback);
|
||||
void enable_interrupt_line(Address);
|
||||
void disable_interrupt_line(Address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue