From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/arch/arm/mach-prima2/common.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ANDROID_3.4.5/arch/arm/mach-prima2/common.h (limited to 'ANDROID_3.4.5/arch/arm/mach-prima2/common.h') diff --git a/ANDROID_3.4.5/arch/arm/mach-prima2/common.h b/ANDROID_3.4.5/arch/arm/mach-prima2/common.h new file mode 100644 index 00000000..b28a930d --- /dev/null +++ b/ANDROID_3.4.5/arch/arm/mach-prima2/common.h @@ -0,0 +1,27 @@ +/* + * This file contains common function prototypes to avoid externs in the c files. + * + * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company. + * + * Licensed under GPLv2 or later. + */ + +#ifndef __MACH_PRIMA2_COMMON_H__ +#define __MACH_PRIMA2_COMMON_H__ + +#include +#include + +extern struct sys_timer sirfsoc_timer; + +extern void __init sirfsoc_of_irq_init(void); +extern void __init sirfsoc_of_clk_init(void); +extern void sirfsoc_restart(char, const char *); + +#ifndef CONFIG_DEBUG_LL +static inline void sirfsoc_map_lluart(void) {} +#else +extern void __init sirfsoc_map_lluart(void); +#endif + +#endif -- cgit