mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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:
parent
f664b88247
commit
8228e353d8
98 changed files with 117 additions and 116 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "sysemu/sysemu.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/boards.h"
|
||||
#include "sysemu/char.h"
|
||||
#include "chardev/char.h"
|
||||
|
||||
static void fsl_imx25_init(Object *obj)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue