i2c: begin skeleton device driver framework

This commit is contained in:
Michael Scire 2020-10-31 04:55:11 -07:00 committed by SciresM
parent 21fac86080
commit 4a2daa4810
18 changed files with 656 additions and 1 deletions

View file

@ -18,6 +18,7 @@
namespace ams::boot {
void InitializeGpioDriverLibrary();
void InitializeI2cDriverLibrary();
}