From f6c019c45440c61734a6ea02d27895820fbba31e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 30 Jul 2011 12:32:45 +0000 Subject: Unify timer_init() and cpu_init() prototypes Clean up some duplicated prototype declarations. Get rid of now useless AVR32 initcalls.h file. Signed-off-by: Wolfgang Denk Cc: Albert Aribaud Cc: Haavard Skinnemoen Cc: Graeme Russ --- include/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index b994e705f3..12a10741bd 100644 --- a/include/common.h +++ b/include/common.h @@ -222,6 +222,9 @@ typedef void (interrupt_handler_t)(void *); void hang (void) __attribute__ ((noreturn)); +int timer_init(void); +int cpu_init(void); + /* */ phys_size_t initdram (int); int display_options (void); -- cgit v1.2.1