diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-01-18 21:06:24 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-01-26 11:30:48 +0000 |
commit | 7b31c2db804733c30d15ffcd0d3dc39c76e27420 (patch) | |
tree | e61c0ceb5adfc460397f0c106e2bd44c04ffe651 /include/hw | |
parent | c143edaaee774be87b6ea3102934ff66d16f287e (diff) | |
download | qemu-7b31c2db804733c30d15ffcd0d3dc39c76e27420.zip qemu-7b31c2db804733c30d15ffcd0d3dc39c76e27420.tar.gz qemu-7b31c2db804733c30d15ffcd0d3dc39c76e27420.tar.bz2 |
hw/arm/smmuv3: Include missing 'hw/registerfields.h' header
hw/arm/smmuv3-internal.h uses the REG32() and FIELD()
macros defined in "hw/registerfields.h". Include it in
order to avoid when refactoring unrelated headers:
In file included from ../../hw/arm/smmuv3.c:34:
hw/arm/smmuv3-internal.h:36:28: error: expected identifier
REG32(IDR0, 0x0)
^
hw/arm/smmuv3-internal.h:37:5: error: expected function body after function declarator
FIELD(IDR0, S2P, 0 , 1)
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240118200643.29037-4-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
0 files changed, 0 insertions, 0 deletions