i2c: implement driver init api

This commit is contained in:
Michael Scire
2020-10-31 20:14:41 -07:00
committed by SciresM
parent 09f3b29a98
commit b74b309a77
11 changed files with 449 additions and 9 deletions

View File

@@ -21,5 +21,6 @@
#include <stratosphere/i2c/sf/i2c_sf_i_manager.hpp>
#include <stratosphere/i2c/server/i2c_server_api.hpp>
#include <stratosphere/i2c/driver/i2c_select_driver_api.hpp>
#include <stratosphere/i2c/driver/i2c_driver_service_api.hpp>
#include <stratosphere/i2c/driver/i2c_driver_client_api.hpp>
#include <stratosphere/i2c/i2c_api.hpp>