Index: uspace/srv/kbd/include/kbd_ctl.h
===================================================================
--- uspace/srv/kbd/include/kbd_ctl.h	(revision d9c8c81f21850cb9e08890ce3919e1d8e253e810)
+++ uspace/srv/kbd/include/kbd_ctl.h	(revision c145bc2fc737a941e2d7e0c94b3479d3c11bb93d)
@@ -40,5 +40,5 @@
 extern void kbd_ctl_parse_scancode(int);
 extern int kbd_ctl_init(void);
-
+extern void kbd_ctl_set_ind(unsigned);
 
 #endif
Index: uspace/srv/kbd/include/kbd_port.h
===================================================================
--- uspace/srv/kbd/include/kbd_port.h	(revision d9c8c81f21850cb9e08890ce3919e1d8e253e810)
+++ uspace/srv/kbd/include/kbd_port.h	(revision c145bc2fc737a941e2d7e0c94b3479d3c11bb93d)
@@ -38,7 +38,10 @@
 #define KBD_PORT_H_
 
+#include <sys/types.h>
+
 extern int kbd_port_init(void);
 extern void kbd_port_yield(void);
 extern void kbd_port_reclaim(void);
+extern void kbd_port_write(uint8_t);
 
 #endif
