VirtualBox

Changeset 7133 in vbox for trunk/include/VBox/types.h


Ignore:
Timestamp:
Feb 25, 2008 6:20:27 PM (17 years ago)
Author:
vboxsync
Message:

Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed the header tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r7072 r7133  
    174174/** SSM Operation handle. */
    175175typedef struct SSMHANDLE *PSSMHANDLE;
     176
     177/** Pointer to a CPUMCTX. */
     178typedef struct CPUMCTX *PCPUMCTX;
     179/** Pointer to a const CPUMCTX. */
     180typedef const struct CPUMCTX *PCCPUMCTX;
     181
     182/** Pointer to a CPU context core. */
     183typedef struct CPUMCTXCORE *PCPUMCTXCORE;
     184/** Pointer to a const CPU context core. */
     185typedef const struct CPUMCTXCORE *PCCPUMCTXCORE;
     186
     187/** Pointer to selector hidden registers. */
     188typedef struct CPUMSELREGHID *PCPUMSELREGHID;
     189/** Pointer to const selector hidden registers. */
     190typedef const struct CPUMSELREGHID *PCCPUMSELREGHID;
    176191
    177192/** @} */
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