X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=qemu-char.h;h=e1aa8dbafaf6ee129e38e1699d9dc60b1a971e63;hb=55360e76b68ec156651941a518ae0045dbda1e4b;hp=e5ad45ca28022db64d02041dc508f08cbc4cec8b;hpb=376253ece484b7dc86f215641dca47c3c88f38d1;p=qemu diff --git a/qemu-char.h b/qemu-char.h index e5ad45c..e1aa8db 100644 --- a/qemu-char.h +++ b/qemu-char.h @@ -6,9 +6,11 @@ /* character device */ -#define CHR_EVENT_BREAK 0 /* serial break char */ -#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */ -#define CHR_EVENT_RESET 2 /* new connection established */ +#define CHR_EVENT_BREAK 0 /* serial break char */ +#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */ +#define CHR_EVENT_RESET 2 /* new connection established */ +#define CHR_EVENT_MUX_IN 3 /* mux-focus was set to this terminal */ +#define CHR_EVENT_MUX_OUT 4 /* mux-focus will move on */ #define CHR_IOCTL_SERIAL_SET_PARAMS 1