gpio: add missing driver functions for boot

This commit is contained in:
Michael Scire
2020-11-01 23:04:01 -08:00
parent 22ae1d5bd3
commit 4cc4f5fdb0
2 changed files with 139 additions and 0 deletions

View File

@@ -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);
}