mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 19:26:55 -04:00
wec: implement wec driver components for boot sysmodule
This commit is contained in:
parent
4b4f05b4a6
commit
e1b5d81d65
14 changed files with 183 additions and 540 deletions
|
@ -22,5 +22,6 @@ namespace ams::dd {
|
|||
|
||||
u32 ReadIoRegister(dd::PhysicalAddress phys_addr);
|
||||
void WriteIoRegister(dd::PhysicalAddress phys_addr, u32 value);
|
||||
u32 ReadModifyWriteIoRegister(PhysicalAddress phys_addr, u32 value, u32 mask);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue