summaryrefslogtreecommitdiff
path: root/include/mxc_keyb.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2009-11-12 14:25:13 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:13 -0400
commitb2136ad74924c1389ea75415c5b91742d6d6b560 (patch)
tree1cc7847230b51e7b7aac795be48e5eb8a52a16bd /include/mxc_keyb.h
parent6158ab3cd0fe9d819f84e7cccb5389cc8d162164 (diff)
ENGR00118362: Correct recovery NAND cmd
This patch will fix three issues: 1. Add boot device detection. 2. Use right nand command in anroid for recovery mode. 3. Recovery mode code clean. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/mxc_keyb.h')
-rw-r--r--include/mxc_keyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mxc_keyb.h b/include/mxc_keyb.h
index 50c6a207813..a4b0a4e75a4 100644
--- a/include/mxc_keyb.h
+++ b/include/mxc_keyb.h
@@ -195,7 +195,7 @@ struct kpp_key_info {
unsigned short val;
};
-int mxc_kpp_init();
+int mxc_kpp_init(void);
int mxc_kpp_getc(struct kpp_key_info *);
#endif /* __MXC_KEYB_H__ */