diff options
author | Sergi Granell | 2017-08-06 08:40:36 +0200 |
---|---|---|
committer | Sergi Granell | 2017-08-06 08:40:36 +0200 |
commit | ae0721545621f43067bdebbf529c88ba8f7a107c (patch) | |
tree | b043821225b26c98a88844050843db15eefefa01 /include/kernel/lowio/i2c.h | |
parent | Changed to sceLsdbGetType (diff) | |
download | vds-libraries-ae0721545621f43067bdebbf529c88ba8f7a107c.tar.gz |
Add more display and I2C NIDs
Diffstat (limited to '')
-rw-r--r-- | include/kernel/lowio/i2c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h index b4b92f1..1857798 100644 --- a/include/kernel/lowio/i2c.h +++ b/include/kernel/lowio/i2c.h @@ -25,6 +25,7 @@ typedef struct SceI2cDebugHandlers { } SceI2cDebugHandlers; int sceI2cInit(int bus); +int sceI2cReset(int bus); int sceI2cTransferRead(int bus, unsigned int addr, unsigned char *buffer, int size); int sceI2cTransferWrite(int bus, unsigned int addr, const unsigned char *buffer, int size); int sceI2cTransferWriteRead(int bus, |