summaryrefslogtreecommitdiff
path: root/firmware/export/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/i2c.h')
-rw-r--r--firmware/export/i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/i2c.h b/firmware/export/i2c.h
index 49529c4635..ac9ddba055 100644
--- a/firmware/export/i2c.h
+++ b/firmware/export/i2c.h
@@ -27,6 +27,7 @@ extern void i2c_end(void);
27extern int i2c_write(int device, const unsigned char* buf, int count ); 27extern int i2c_write(int device, const unsigned char* buf, int count );
28extern int i2c_read(int device, unsigned char* buf, int count ); 28extern int i2c_read(int device, unsigned char* buf, int count );
29extern int i2c_readmem(int device, int address, unsigned char* buf, int count ); 29extern int i2c_readmem(int device, int address, unsigned char* buf, int count );
30extern int i2c_writemem(int device, int address, const unsigned char* buf, int count );
30extern void i2c_outb(unsigned char byte); 31extern void i2c_outb(unsigned char byte);
31extern unsigned char i2c_inb(int ack); 32extern unsigned char i2c_inb(int ack);
32extern void i2c_start(void); 33extern void i2c_start(void);