]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/internals.h
target-arm: Split out private-to-target functions into internals.h
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Apr 2014 18:18:37 +0000 (19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Apr 2014 20:34:03 +0000 (21:34 +0100)
commitccd380876b79c3b46f85720c1be8e2cd40509460
tree4e5beb8399191e3069d609e9db2da5d36f3ce1a1
parentc6138aabfb2a8769392d605dc1e339b3095aab6a
target-arm: Split out private-to-target functions into internals.h

Currently cpu.h defines a mixture of functions and types needed by
the rest of QEMU and those needed only by files within target-arm/.
Split the latter out into a new header so they aren't needlessly
exposed further than required.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c
target-arm/internals.h [new file with mode: 0644]
target-arm/kvm32.c
target-arm/op_helper.c
target-arm/translate-a64.c
target-arm/translate.c