gpio: add missing driver functions for boot

This commit is contained in:
Michael Scire 2020-11-01 23:04:01 -08:00 committed by SciresM
parent 323e893433
commit 35552bac2c
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);
}