mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Kernel/PCI: Add helpers to enable IO and memory accesses
This commit is contained in:
parent
a2a7986527
commit
ecf897f7c4
Notes:
sideshowbarker
2024-07-18 19:03:59 +09:00
Author: https://github.com/supercomputer7
Commit: ecf897f7c4
Pull-request: https://github.com/SerenityOS/serenity/pull/6640
Reviewed-by: https://github.com/awesomekling
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