mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
include/system: Move exec/ioport.h to system/ioport.h
Convert the existing includes with sed. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
dfc56946a7
commit
91a853837d
15 changed files with 16 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef HW_IDE_BUS_H
|
||||
#define HW_IDE_BUS_H
|
||||
|
||||
#include "exec/ioport.h"
|
||||
#include "system/ioport.h"
|
||||
#include "hw/ide/ide-dev.h"
|
||||
#include "hw/ide/ide-dma.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue