i2c: add register acccessor helpers

This commit is contained in:
Michael Scire 2020-11-09 17:34:47 -08:00 committed by SciresM
parent 5bd02f128d
commit 7c58a21c4c
6 changed files with 250 additions and 0 deletions

View file

@ -28,3 +28,4 @@
#include <stratosphere/i2c/driver/impl/i2c_i2c_session_impl.hpp>
#include <stratosphere/i2c/i2c_api.hpp>
#include <stratosphere/i2c/i2c_bus_api.hpp>
#include <stratosphere/i2c/i2c_register_accessor.hpp>