mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user