Changeset 99531 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Apr 26, 2023 6:27:15 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevFlash.cpp
r98103 r99531 78 78 typedef DEVFLASHR3 *PDEVFLASHR3; 79 79 80 /** The serial device state for the current context. */ 81 typedef CTX_SUFF(DEVFLASH) DEVFLASHCC; 82 /** Pointer to the serial device state for the current context. */ 83 typedef CTX_SUFF(PDEVFLASH) PDEVFLASHCC; 84 80 85 81 86 #ifndef VBOX_DEVICE_STRUCT_TESTCASE … … 285 290 /* .uSharedVersion = */ 42, 286 291 /* .cbInstanceShared = */ sizeof(DEVFLASH), 287 /* .cbInstanceCC = */ 0,292 /* .cbInstanceCC = */ sizeof(DEVFLASHCC), 288 293 /* .cbInstanceRC = */ 0, 289 294 /* .cMaxPciDevices = */ 0,
Note:
See TracChangeset
for help on using the changeset viewer.