summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-01-21 09:59:45 +0100
committerMark Cave-Ayland2018-01-24 20:19:50 +0100
commitfe984c7d0c26e0519e7cce85f1ad61c1dae5bc6a (patch)
treefae047d609b8b1adfe058b78b7beb26c4e87c9ac /include
parentsimba: rename PBMPCIBridge and QOM types to reflect simba naming (diff)
downloadqemu-fe984c7d0c26e0519e7cce85f1ad61c1dae5bc6a.tar.gz
qemu-fe984c7d0c26e0519e7cce85f1ad61c1dae5bc6a.tar.xz
qemu-fe984c7d0c26e0519e7cce85f1ad61c1dae5bc6a.zip
apb: rename APB functions to use sabre prefix
As hinted in the comment at the top of the file, the naming convention for the APB types/QOM functions isn't correct. As a starting point we can at least rename the APB type and related functions to improve the readability of apb.c. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/pci-host/apb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci-host/apb.h b/include/hw/pci-host/apb.h
index 5e28f3e1f3..41de012396 100644
--- a/include/hw/pci-host/apb.h
+++ b/include/hw/pci-host/apb.h
@@ -15,7 +15,6 @@
#define OBIO_SER_IRQ 0x2b
#define TYPE_APB "pbm"
-
#define APB_DEVICE(obj) \
OBJECT_CHECK(APBState, (obj), TYPE_APB)