Changeset 46297 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 28, 2013 2:38:48 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86045
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r45971 r46297 142 142 VMM_INT_DECL(bool) HMHasPendingIrq(PVM pVM); 143 143 VMM_INT_DECL(PX86PDPE) HMGetPaePdpes(PVMCPU pVCpu); 144 VMM_INT_DECL(int) HMAmdIsSubjectToErratum170(uint32_t *pu32Family, uint32_t *pu32Model, uint32_t *pu32Stepping); 144 145 145 146 #ifndef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.