chardev: move headers to include/chardev

So they are all in one place. The following patch will move serial &
parallel declarations to the respective headers.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
Marc-André Lureau
2017-06-02 11:33:52 +04:00
parent f664b88247
commit 8228e353d8
98 changed files with 117 additions and 116 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include "hw/qdev-core.h"
#include "qemu/timer.h"
#include "qmp-commands.h"
#include "sysemu/char.h"
#include "chardev/char.h"
#include "trace.h"
#include "exec/memory.h"
+1 -1
View File
@@ -54,7 +54,7 @@
#include "qmp-commands.h"
#include "x_keymap.h"
#include "keymaps.h"
#include "sysemu/char.h"
#include "chardev/char.h"
#include "qom/object.h"
#define MAX_VCS 10