Changeset 99893 in vbox for trunk/src/VBox/Devices
- Timestamp:
- May 22, 2023 11:26:58 AM (19 months ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r99786 r99893 257 257 return rc; 258 258 259 rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePl061Gpio); 260 if (RT_FAILURE(rc)) 261 return rc; 262 259 263 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceFlashCFI); 260 264 if (RT_FAILURE(rc)) -
trunk/src/VBox/Devices/build/VBoxDD.h
r99750 r99893 232 232 extern const PDMDEVREG g_DevicePl011; 233 233 extern const PDMDEVREG g_DevicePl031Rtc; 234 extern const PDMDEVREG g_DevicePl061Gpio; 234 235 extern const PDMDEVREG g_DeviceFlashCFI; 235 236 extern const PDMDEVREG g_DevicePciGenericEcam;
Note:
See TracChangeset
for help on using the changeset viewer.