mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
Kernel/PCI: Add helpers to enable IO and memory accesses
This commit is contained in:
parent
a2a7986527
commit
ecf897f7c4
2 changed files with 22 additions and 0 deletions
|
@ -227,6 +227,10 @@ Optional<u8> get_capabilities_pointer(Address);
|
|||
Vector<Capability> get_capabilities(Address);
|
||||
void enable_bus_mastering(Address);
|
||||
void disable_bus_mastering(Address);
|
||||
void enable_io_space(Address);
|
||||
void disable_io_space(Address);
|
||||
void enable_memory_space(Address);
|
||||
void disable_memory_space(Address);
|
||||
PhysicalID get_physical_id(Address address);
|
||||
|
||||
class Access;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue