summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/build/VBoxDD.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 13:37:24 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 13:37:24 +0000
commite2e3ce67b9bf47174b045e0523a806b323d9e4eb (patch)
tree72032bd7da3033c23c6bd6695f2acb68f0bab068 /src/VBox/Devices/build/VBoxDD.h
parent8445b2628a04f528dd24e6042fd85e344bef23fa (diff)
downloadVirtualBox-svn-e2e3ce67b9bf47174b045e0523a806b323d9e4eb.tar.gz
Devices/Bus: Started a basic PCI bus implementation suitable for ARMv8, devices are detected by a Linux guest but interrupts don't work right now. The implementation shares most code with ICH9 PCI device, bugref:10445
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99750 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/build/VBoxDD.h')
-rw-r--r--src/VBox/Devices/build/VBoxDD.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Devices/build/VBoxDD.h b/src/VBox/Devices/build/VBoxDD.h
index 273d9d55a14..759e1ead107 100644
--- a/src/VBox/Devices/build/VBoxDD.h
+++ b/src/VBox/Devices/build/VBoxDD.h
@@ -232,6 +232,7 @@ extern const PDMDEVREG g_DeviceIommuIntel;
extern const PDMDEVREG g_DevicePl011;
extern const PDMDEVREG g_DevicePl031Rtc;
extern const PDMDEVREG g_DeviceFlashCFI;
+extern const PDMDEVREG g_DevicePciGenericEcam;
#endif
/* VBoxAcpi.cpp */