i2c/gpio: hook up open session for sf interface

This commit is contained in:
Michael Scire
2020-10-31 21:50:21 -07:00
parent f27d6f2fd8
commit 48784da42a
15 changed files with 571 additions and 16 deletions

View File

@@ -23,4 +23,7 @@
#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/driver/i2c_bus_api.hpp>
#include <stratosphere/i2c/driver/impl/i2c_i2c_session_impl.hpp>
#include <stratosphere/i2c/i2c_api.hpp>
#include <stratosphere/i2c/i2c_bus_api.hpp>