char.h (c1d5b9add7b04661bedef9a3379a8b82547b53db) char.h (922a01a013d2270682a188258cbccacfecf8129c)
1#ifndef QEMU_CHAR_H
2#define QEMU_CHAR_H
3
1#ifndef QEMU_CHAR_H
2#define QEMU_CHAR_H
3
4#include "qemu-common.h"
5#include "qemu/option.h"
6#include "qemu/main-loop.h"
7#include "qemu/bitmap.h"
8#include "qom/object.h"
9
10#define IAC_EOR 239
11#define IAC_SE 240
12#define IAC_NOP 241
13#define IAC_BREAK 243

--- 252 unchanged lines hidden ---
4#include "qemu/main-loop.h"
5#include "qemu/bitmap.h"
6#include "qom/object.h"
7
8#define IAC_EOR 239
9#define IAC_SE 240
10#define IAC_NOP 241
11#define IAC_BREAK 243

--- 252 unchanged lines hidden ---