Changeset 57416 in vbox for trunk/src/VBox/ValidationKit/utils/cpu
- Timestamp:
- Aug 18, 2015 11:19:28 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/cpu/cidet.h
r56295 r57416 119 119 * cause exceptions/faults. 120 120 */ 121 typedef intFNCIDETSETUPINOUT(struct CIDETCORE *pThis, bool fInvalid);121 typedef DECLCALLBACK(int) FNCIDETSETUPINOUT(struct CIDETCORE *pThis, bool fInvalid); 122 122 /** Pointer to a FNCIDETSETUPINOUT function. */ 123 123 typedef FNCIDETSETUPINOUT *PFNCIDETSETUPINOUT;
Note:
See TracChangeset
for help on using the changeset viewer.