Enable GCC warning flag -Wnested-externs, fix warnings

Move nested extern declarations into header files, or use the
already existing declarations.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@861 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2010-09-06 20:56:54 +00:00
parent 7ec1ce2826
commit e00c8ab982
10 changed files with 16 additions and 11 deletions

View File

@@ -123,4 +123,8 @@ int keyboard_dataready(void);
unsigned char keyboard_readdata(void);
#endif
#endif
/* drivers/timer.c */
void setup_timers(void);
#endif /* OPENBIOS_DRIVERS_H */