]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/char.h
Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging
[mirror_qemu.git] / include / sysemu / char.h
index 729d186d011c5145ec3ca514ff39169a6a1c5048..ea9f2cb7d6998790d933a94e183776d00a2c9885 100644 (file)
@@ -7,6 +7,14 @@
 #include "qemu/bitmap.h"
 #include "qom/object.h"
 
+#define IAC_EOR 239
+#define IAC_SE 240
+#define IAC_NOP 241
+#define IAC_BREAK 243
+#define IAC_IP 244
+#define IAC_SB 250
+#define IAC 255
+
 /* character device */
 
 typedef enum {