mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
gpio: add missing driver functions for boot
This commit is contained in:
parent
323e893433
commit
35552bac2c
2 changed files with 139 additions and 0 deletions
|
@ -26,4 +26,6 @@ namespace ams::gpio {
|
|||
R_DEFINE_ERROR_RESULT(DeviceNotFound, 3);
|
||||
R_DEFINE_ERROR_RESULT(InvalidArgument, 4);
|
||||
|
||||
R_DEFINE_ERROR_RESULT(NotOpen, 6);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue