Changeset 7133 in vbox for trunk/include/VBox/types.h
- Timestamp:
- Feb 25, 2008 6:20:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r7072 r7133 174 174 /** SSM Operation handle. */ 175 175 typedef struct SSMHANDLE *PSSMHANDLE; 176 177 /** Pointer to a CPUMCTX. */ 178 typedef struct CPUMCTX *PCPUMCTX; 179 /** Pointer to a const CPUMCTX. */ 180 typedef const struct CPUMCTX *PCCPUMCTX; 181 182 /** Pointer to a CPU context core. */ 183 typedef struct CPUMCTXCORE *PCPUMCTXCORE; 184 /** Pointer to a const CPU context core. */ 185 typedef const struct CPUMCTXCORE *PCCPUMCTXCORE; 186 187 /** Pointer to selector hidden registers. */ 188 typedef struct CPUMSELREGHID *PCPUMSELREGHID; 189 /** Pointer to const selector hidden registers. */ 190 typedef const struct CPUMSELREGHID *PCCPUMSELREGHID; 176 191 177 192 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.