summaryrefslogtreecommitdiff
path: root/board/st/u8500/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/u8500/common.h')
-rw-r--r--board/st/u8500/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/st/u8500/common.h b/board/st/u8500/common.h
index a11b605f5..25dd35efe 100644
--- a/board/st/u8500/common.h
+++ b/board/st/u8500/common.h
@@ -128,6 +128,10 @@ typedef u32 t_logical_address;
/*function prototypes*/
void gpio_init(void);
+
int u8500_is_earlydrop(void);
+int cpu_is_u8500v11(void);
+int cpu_is_u8500v1(void);
+int cpu_is_u8500v2(void);
#endif /* _COMMON_H_ */