- Timestamp:
- Mar 23, 2023 8:19:24 AM (19 months ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
-
Makefile.kmk (modified) (1 diff)
-
Serial/DevPL011.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r99125 r99126 912 912 VBoxDD_DEFS += VBOX_VMM_TARGET_ARMV8 913 913 VBoxDD_SOURCES += \ 914 Serial/DevPL011.cpp914 Serial/DevPL011.cpp 915 915 endif 916 916 -
trunk/src/VBox/Devices/Serial/DevPL011.cpp
r99125 r99126 231 231 typedef struct DEVPL011R0 232 232 { 233 /** Dummy .*/ 233 /** Dummy .*/ 234 234 uint8_t bDummy; 235 235 } DEVPL011R0; … … 243 243 typedef struct DEVPL011RC 244 244 { 245 /** Dummy .*/ 245 /** Dummy .*/ 246 246 uint8_t bDummy; 247 247 } DEVPL011RC;
Note:
See TracChangeset
for help on using the changeset viewer.

