Files
OpenCellular/src/include/pc80/keyboard.h
Stefan Reinauer 740b587baa Remove nonsensical wrapper for function in
PS/2 keyboard API.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5152 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-02-23 20:31:37 +00:00

12 lines
230 B
C

#ifndef PC80_KEYBOARD_H
#define PC80_KEYBOARD_H
struct pc_keyboard {
/* No initialization parameters for now */
};
void pc_keyboard_init(struct pc_keyboard *keyboard);
void set_kbc_ps2_mode(void);
#endif /* PC80_KEYBOARD_H */