Fix a LOT of implicit function declarations before they become errors.

Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Corey Osgood
2008-12-19 03:36:48 +00:00
parent 716e5670fe
commit e562f7258e
17 changed files with 24 additions and 2 deletions

View File

@@ -6,5 +6,6 @@ struct pc_keyboard {
};
void init_pc_keyboard(unsigned port0, unsigned port1, struct pc_keyboard *kbd);
void set_kbc_ps2_mode(void);
#endif /* PC80_KEYBOARD_H */