VirtualBox

Changeset 99533 in vbox


Ignore:
Timestamp:
Apr 26, 2023 6:41:23 AM (19 months ago)
Author:
vboxsync
Message:

Devices/DevFlash: Fix implementation after the R0/R3 separation, bugref:9281 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevFlash.cpp

    r99531 r99533  
    7777/** Pointer to the ring-3 Flash device state. */
    7878typedef DEVFLASHR3 *PDEVFLASHR3;
     79
     80/**
     81 * The flash device, ring-0 state.
     82 */
     83typedef 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. */
     89typedef DEVFLASHR0 *PDEVFLASHR0;
    7990
    8091/** The serial device state for the current context. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette