]> Git Repo - u-boot.git/blobdiff - include/i8042.h
Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti
[u-boot.git] / include / i8042.h
index 2b9e5c4d371a08cf5cd68ac1051ef3f524ffab2e..8d69fa13bc2a8ee150058644e528e3ee904c80af 100644 (file)
 #define BRK            0x0100  /* make break flag for keyboard */
 #define ALT            0x0200  /* right alt */
 
-/* exports */
-
-/**
- * Flush all buffer from keyboard controller to host.
- */
-void i8042_flush(void);
-
-/**
- * Disables the keyboard so that key strokes no longer generate scancodes to
- * the host.
- *
- * @return 0 if ok, -1 if keyboard input was found while disabling
- */
-int i8042_disable(void);
-
 #endif /* _I8042_H_ */
This page took 0.02303 seconds and 4 git commands to generate.