summaryrefslogtreecommitdiff
path: root/include/kernel/lowio/i2c.h
diff options
context:
space:
mode:
authorSergi Granell2017-08-06 08:40:36 +0200
committerSergi Granell2017-08-06 08:40:36 +0200
commitae0721545621f43067bdebbf529c88ba8f7a107c (patch)
treeb043821225b26c98a88844050843db15eefefa01 /include/kernel/lowio/i2c.h
parentChanged to sceLsdbGetType (diff)
downloadvds-libraries-ae0721545621f43067bdebbf529c88ba8f7a107c.tar.gz
Add more display and I2C NIDs
Diffstat (limited to '')
-rw-r--r--include/kernel/lowio/i2c.h1
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,