git.openpandora.org
/
pandora-x-loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec30cc
)
Add some missing function prototypes
author
Grazvydas Ignotas
<notasas@gmail.com>
Tue, 22 Nov 2011 14:54:55 +0000
(16:54 +0200)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Tue, 27 Dec 2011 11:21:17 +0000
(13:21 +0200)
fixes some 'implicit declaration' warnings seen on some boards.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
include/asm/arch-omap3/sys_proto.h
patch
|
blob
|
history
diff --git
a/include/asm/arch-omap3/sys_proto.h
b/include/asm/arch-omap3/sys_proto.h
index
8622d9f
..
e295cad
100644
(file)
--- 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);