mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 23:24:26 -04:00
i2c: begin skeleton device driver framework
This commit is contained in:
parent
21fac86080
commit
4a2daa4810
18 changed files with 656 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue