diff options
author | Peter Maydell | 2018-08-20 12:24:33 +0200 |
---|---|---|
committer | Peter Maydell | 2018-08-20 12:24:33 +0200 |
commit | aa74e355f12438888eacdd8f3c2fc910b1b621a7 (patch) | |
tree | 3f00db0d74015ee89ca4f88c52c9fc1c00dd3620 /MAINTAINERS | |
parent | nvic: Expose NMI line (diff) | |
download | qemu-aa74e355f12438888eacdd8f3c2fc910b1b621a7.tar.gz qemu-aa74e355f12438888eacdd8f3c2fc910b1b621a7.tar.xz qemu-aa74e355f12438888eacdd8f3c2fc910b1b621a7.zip |
hw/dma/pl080: Allow use as embedded-struct device
Create a new include file for the pl081's device struct,
type macros, etc, so that it can be instantiated using
the "embedded struct" coding style.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6698a7e0f8..6902a568f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -445,6 +445,7 @@ F: hw/char/pl011.c F: include/hw/char/pl011.h F: hw/display/pl110* F: hw/dma/pl080.c +F: include/hw/dma/pl080.h F: hw/dma/pl330.c F: hw/gpio/pl061.c F: hw/input/pl050.c |