Changeset 20374 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r20365 r20374 25 25 * Internal Functions * 26 26 *******************************************************************************/ 27 RT_ BEGIN_DECLS27 RT_C_DECLS_BEGIN 28 28 PGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault); 29 29 PGM_BTH_DECL(int, InvalidatePage)(PVMCPU pVCpu, RTGCPTR GCPtrPage); … … 42 42 PGM_BTH_DECL(int, MapCR3)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3); 43 43 PGM_BTH_DECL(int, UnmapCR3)(PVMCPU pVCpu); 44 RT_ END_DECLS44 RT_C_DECLS_END 45 45 46 46 … … 3448 3448 * @param pHlp Pointer to the output functions. 3449 3449 */ 3450 RT_ BEGIN_DECLS3450 RT_C_DECLS_BEGIN 3451 3451 VMMR3DECL(int) PGMR3DumpHierarchyHC(PVM pVM, uint32_t cr3, uint32_t cr4, bool fLongMode, unsigned cMaxDepth, PCDBGFINFOHLP pHlp); 3452 RT_ END_DECLS3452 RT_C_DECLS_END 3453 3453 3454 3454 #endif
Note:
See TracChangeset
for help on using the changeset viewer.