summaryrefslogtreecommitdiff
path: root/include/i8042.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-11 17:05:45 (GMT)
committerSimon Glass <sjg@chromium.org>2015-11-20 03:13:41 (GMT)
commitdcbf825714e27a4c39edcc36c7623b37bc40040a (patch)
tree18a0809ce4339a0f91819e09216a2ac45c89af4e /include/i8042.h
parent51a8a72dc5064eb6d2f800a1da883a044b17c58b (diff)
downloadu-boot-fsl-qoriq-dcbf825714e27a4c39edcc36c7623b37bc40040a.tar.xz
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>
Diffstat (limited to 'include/i8042.h')
-rw-r--r--include/i8042.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/i8042.h b/include/i8042.h
index e0afce1..9723b6a 100644
--- a/include/i8042.h
+++ b/include/i8042.h
@@ -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_ */