Changeset 101618 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Oct 27, 2023 12:47:55 PM (15 months ago)
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r101616 r101618 492 492 #endif 493 493 494 #ifdef VBOX_WITH_VIRT_ARMV8 495 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvGpioButton); 496 if (RT_FAILURE(rc)) 497 return rc; 498 #endif 494 499 return VINF_SUCCESS; 495 500 } -
trunk/src/VBox/Devices/build/VBoxDD.h
r101616 r101618 243 243 extern const PDMDEVREG g_DevicePciGenericEcamBridge; 244 244 extern const PDMDEVREG g_DevicePlatform; 245 246 extern const PDMDRVREG g_DrvGpioButton; 245 247 #endif 246 248
Note:
See TracChangeset
for help on using the changeset viewer.