mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 00:07:57 -06:00
user: Move 'abitypes.h' from 'exec/user' to 'user'
Keep all user emulation headers under the same user/ directory. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240503125202.35667-1-philmd@linaro.org>
This commit is contained in:
parent
f184f3856e
commit
22879b6680
6 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "cpu.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
|
||||
#include "exec/user/abitypes.h"
|
||||
#include "user/abitypes.h"
|
||||
|
||||
#include "syscall_defs.h"
|
||||
#include "target_syscall.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue