mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
input: Convert i8042 to driver model
Adjust this driver to support driver model. The only users are x86 boards so this should be safe. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -87,10 +87,4 @@ void i8042_flush(void);
|
||||
*/
|
||||
int i8042_disable(void);
|
||||
|
||||
struct stdio_dev;
|
||||
|
||||
int i8042_kbd_init(void);
|
||||
int i8042_tstc(struct stdio_dev *dev);
|
||||
int i8042_getc(struct stdio_dev *dev);
|
||||
|
||||
#endif /* _I8042_H_ */
|
||||
|
Reference in New Issue
Block a user