0 /* See LICENSE file for copyright and license details. */
1 #ifndef _INPUT_H_
2 #define _INPUT_H_
3
4 struct tb_event;
5 int input(struct tb_event event);
6 int tb_interupt();
7
8 #endif
9