i2c: begin skeleton device driver framework

This commit is contained in:
Michael Scire
2020-10-31 04:55:11 -07:00
parent c867975eb8
commit 7636dd2d44
18 changed files with 656 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ namespace ams::gpio {
namespace {
/* TODO: Manager object. */
constinit os::SdkMutex g_init_mutex;
constinit int g_initialize_count = 0;
constinit bool g_remote = false;