mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
target/arm: Split out cpregs.h
Move ARMCPRegInfo and all related declarations to a new internal header, out of the public cpu.h. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220501055028.646596-2-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
cda86e2b46
commit
cf7c6d1004
14 changed files with 427 additions and 374 deletions
|
@ -19,8 +19,9 @@
|
|||
*/
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "internals.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "internals.h"
|
||||
#include "cpregs.h"
|
||||
|
||||
typedef struct RegisterSysregXmlParam {
|
||||
CPUState *cs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue