From 2d833c8528afa1d080f29597bae732c6d048c316 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Fri, 8 May 2015 18:28:36 -0700 Subject: imx: ventana: move GSC boot watchdog disable function to gsc.c Move the code that disables the GSC boot watchdog into gsc.c Signed-off-by: Tim Harvey --- board/gateworks/gw_ventana/gsc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'board/gateworks/gw_ventana/gsc.h') diff --git a/board/gateworks/gw_ventana/gsc.h b/board/gateworks/gw_ventana/gsc.h index 2d4969e..e0c0ed0 100644 --- a/board/gateworks/gw_ventana/gsc.h +++ b/board/gateworks/gw_ventana/gsc.h @@ -66,5 +66,6 @@ enum { int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len); int gsc_i2c_write(uchar chip, uint addr, int alen, uchar *buf, int len); int gsc_info(int verbose); +int gsc_boot_wd_disable(void); #endif -- cgit v1.1