summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/gateworks-ventana/gsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/gateworks-ventana/gsc.h')
-rw-r--r--arch/arm/boards/gateworks-ventana/gsc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boards/gateworks-ventana/gsc.h b/arch/arm/boards/gateworks-ventana/gsc.h
index a6e7e2232d..13f226265c 100644
--- a/arch/arm/boards/gateworks-ventana/gsc.h
+++ b/arch/arm/boards/gateworks-ventana/gsc.h
@@ -56,3 +56,5 @@
*/
int gsc_i2c_read(struct i2c_client *client, u32 addr, u8 *buf, u16 count);
int gsc_i2c_write(struct i2c_client *client, u32 addr, const u8 *buf, u16 count);
+
+char gsc_get_rev(struct i2c_client *client);