2 #include <minix/sysutil.h>
3 /*****************************************************************************
5 *****************************************************************************/
6 int tty_inject_event(type
, code
, val
)
12 msg
.INPUT_TYPE
= type
;
13 msg
.INPUT_CODE
= code
;
14 msg
.INPUT_VALUE
= val
;
16 return send(TTY_PROC_NR
, &msg
);