Changeset 99533 in vbox
- Timestamp:
- Apr 26, 2023 6:41:23 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevFlash.cpp
r99531 r99533 77 77 /** Pointer to the ring-3 Flash device state. */ 78 78 typedef DEVFLASHR3 *PDEVFLASHR3; 79 80 /** 81 * The flash device, ring-0 state. 82 */ 83 typedef struct DEVFLASHR0 84 { 85 /** Dummy, no R0 only component so far. */ 86 uint8_t bDummy; 87 } DEVFLASHR0; 88 /** Pointer to the ring-3 Flash device state. */ 89 typedef DEVFLASHR0 *PDEVFLASHR0; 79 90 80 91 /** The serial device state for the current context. */
Note:
See TracChangeset
for help on using the changeset viewer.