From 2266f36d0df6a8daff955c7e50b3227e88839576 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 22 Nov 2011 16:54:55 +0200 Subject: [PATCH] Add some missing function prototypes fixes some 'implicit declaration' warnings seen on some boards. Signed-off-by: Grazvydas Ignotas --- include/asm/arch-omap3/sys_proto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/asm/arch-omap3/sys_proto.h b/include/asm/arch-omap3/sys_proto.h index 8622d9f..e295cad 100644 --- a/include/asm/arch-omap3/sys_proto.h +++ b/include/asm/arch-omap3/sys_proto.h @@ -51,6 +51,9 @@ u32 running_in_sram(void); u32 running_in_flash(void); u32 running_from_internal_boot(void); u32 get_device_type(void); +u32 get_cpu_family(void); + +int print_cpuinfo(void); void get_sys_clkin_sel(u32 osc_clk, u32 *sys_clkin_sel); -- 2.39.5