- Timestamp:
- Jun 8, 2009 12:19:18 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUMInternal.h
r18929 r20365 384 384 typedef CPUMCPU *PCPUMCPU; 385 385 386 __BEGIN_DECLS386 RT_BEGIN_DECLS 387 387 388 388 DECLASM(int) cpumHandleLazyFPUAsm(PCPUMCPU pCPUM); … … 405 405 #endif 406 406 407 __END_DECLS407 RT_END_DECLS 408 408 409 409 /** @} */ -
trunk/src/VBox/VMM/DBGFBp.cpp
r19300 r20365 40 40 * Internal Functions * 41 41 *******************************************************************************/ 42 __BEGIN_DECLS42 RT_BEGIN_DECLS 43 43 static DECLCALLBACK(int) dbgfR3BpSetReg(PVM pVM, PCDBGFADDRESS pAddress, uint64_t *piHitTrigger, uint64_t *piHitDisable, 44 44 uint8_t u8Type, uint8_t cb, PRTUINT piBp); … … 53 53 static int dbgfR3BpInt3Arm(PVM pVM, PDBGFBP pBp); 54 54 static int dbgfR3BpInt3Disarm(PVM pVM, PDBGFBP pBp); 55 __END_DECLS55 RT_END_DECLS 56 56 57 57 -
trunk/src/VBox/VMM/EMInternal.h
r19870 r20365 33 33 #include <setjmp.h> 34 34 35 __BEGIN_DECLS35 RT_BEGIN_DECLS 36 36 37 37 … … 396 396 /** @} */ 397 397 398 __END_DECLS398 RT_END_DECLS 399 399 400 400 #endif -
trunk/src/VBox/VMM/HWACCMInternal.h
r20234 r20365 45 45 #define HWACCM_VTX_WITH_VPID 46 46 47 __BEGIN_DECLS47 RT_BEGIN_DECLS 48 48 49 49 … … 731 731 /** @} */ 732 732 733 __END_DECLS734 735 #endif 736 733 RT_END_DECLS 734 735 #endif 736 -
trunk/src/VBox/VMM/IOMInternal.h
r19716 r20365 402 402 403 403 404 __BEGIN_DECLS404 RT_BEGIN_DECLS 405 405 406 406 #ifdef IN_RING3 … … 535 535 bool iomSaveDataToReg(PDISCPUSTATE pCpu, PCOP_PARAMETER pParam, PCPUMCTXCORE pRegFrame, uint64_t u32Data); 536 536 537 __END_DECLS537 RT_END_DECLS 538 538 539 539 -
trunk/src/VBox/VMM/MMInternal.h
r19665 r20365 770 770 771 771 772 __BEGIN_DECLS772 RT_BEGIN_DECLS 773 773 774 774 … … 815 815 void *mmPagePoolPhys2Ptr(PMMPAGEPOOL pPool, RTHCPHYS HCPhys); 816 816 817 __END_DECLS817 RT_END_DECLS 818 818 819 819 /** @} */ -
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r13832 r20365 279 279 } 280 280 281 __BEGIN_DECLS281 RT_BEGIN_DECLS 282 282 VMMRCDECL(int) CSAMGCCodePageWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPTR pvRange, uintptr_t offRange); 283 __END_DECLS284 285 #endif 283 RT_END_DECLS 284 285 #endif -
trunk/src/VBox/VMM/PATM/PATMA.h
r11920 r20365 139 139 140 140 141 __BEGIN_DECLS141 RT_BEGIN_DECLS 142 142 143 143 extern PATCHASMRECORD PATMCliRecord; … … 187 187 extern uint32_t PATMInterruptFlag; 188 188 189 __END_DECLS189 RT_END_DECLS 190 190 191 191 #endif -
trunk/src/VBox/VMM/PATM/PATMInternal.h
r19569 r20365 727 727 #endif /* !IN_RC */ 728 728 729 __BEGIN_DECLS729 RT_BEGIN_DECLS 730 730 /** 731 731 * #PF Virtual Handler callback for Guest access a page monitored by PATM … … 834 834 } 835 835 836 __END_DECLS836 RT_END_DECLS 837 837 838 838 #ifdef LOG_ENABLED -
trunk/src/VBox/VMM/PDMAsyncCompletionInternal.h
r20204 r20365 29 29 #include <VBox/pdmasynccompletion.h> 30 30 31 __BEGIN_DECLS31 RT_BEGIN_DECLS 32 32 33 33 /** … … 252 252 void pdmR3AsyncCompletionCompleteTask(PPDMASYNCCOMPLETIONTASK pTask); 253 253 254 __END_DECLS254 RT_END_DECLS 255 255 256 256 extern const PDMASYNCCOMPLETIONEPCLASSOPS g_PDMAsyncCompletionEndpointClassFile; -
trunk/src/VBox/VMM/PDMInternal.h
r20167 r20365 35 35 #endif 36 36 37 __BEGIN_DECLS37 RT_BEGIN_DECLS 38 38 39 39 … … 290 290 # error "Invalid header PDM order. Include PDMInternal.h before VBox/pdm.h!" 291 291 #endif 292 __END_DECLS292 RT_END_DECLS 293 293 #include <VBox/pdm.h> 294 __BEGIN_DECLS294 RT_BEGIN_DECLS 295 295 296 296 /** … … 1042 1042 /** @} */ 1043 1043 1044 __END_DECLS1045 1046 #endif 1044 RT_END_DECLS 1045 1046 #endif -
trunk/src/VBox/VMM/PGMBth.h
r20129 r20365 24 24 * Internal Functions * 25 25 *******************************************************************************/ 26 __BEGIN_DECLS26 RT_BEGIN_DECLS 27 27 PGM_BTH_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0); 28 28 PGM_BTH_DECL(int, Enter)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3); … … 38 38 PGM_BTH_DECL(int, MapCR3)(PVMCPU pVCpu, RTGCPHYS GCPhysCR3); 39 39 PGM_BTH_DECL(int, UnmapCR3)(PVMCPU pVCpu); 40 __END_DECLS40 RT_END_DECLS 41 41 42 42 -
trunk/src/VBox/VMM/PGMGst.h
r18992 r20365 24 24 * Internal Functions * 25 25 *******************************************************************************/ 26 __BEGIN_DECLS26 RT_BEGIN_DECLS 27 27 /* r3 */ 28 28 PGM_GST_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0); … … 35 35 PGM_GST_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask); 36 36 PGM_GST_DECL(int, GetPDE)(PVMCPU pVCpu, RTGCPTR GCPtr, PX86PDEPAE pPDE); 37 __END_DECLS37 RT_END_DECLS 38 38 39 39 -
trunk/src/VBox/VMM/PGMInternal.h
r20158 r20365 2917 2917 2918 2918 2919 __BEGIN_DECLS2919 RT_BEGIN_DECLS 2920 2920 2921 2921 int pgmLock(PVM pVM); … … 3007 3007 PX86PML4 pgmGstLazyMapPml4(PPGMCPU pPGM); 3008 3008 3009 __END_DECLS3009 RT_END_DECLS 3010 3010 3011 3011 -
trunk/src/VBox/VMM/PGMShw.h
r20280 r20365 118 118 * Internal Functions * 119 119 *******************************************************************************/ 120 __BEGIN_DECLS120 RT_BEGIN_DECLS 121 121 /* r3 */ 122 122 PGM_SHW_DECL(int, InitData)(PVM pVM, PPGMMODEDATA pModeData, bool fResolveGCAndR0); … … 128 128 PGM_SHW_DECL(int, GetPage)(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys); 129 129 PGM_SHW_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask); 130 __END_DECLS130 RT_END_DECLS 131 131 132 132 … … 231 231 PVM pVM = pVCpu->pVMR3; 232 232 233 if ( ( pVCpu->pgm.s.enmShadowMode == PGMMODE_NESTED 233 if ( ( pVCpu->pgm.s.enmShadowMode == PGMMODE_NESTED 234 234 || pVCpu->pgm.s.enmShadowMode == PGMMODE_EPT) 235 235 && pVCpu->pgm.s.CTX_SUFF(pShwPageCR3)) -
trunk/src/VBox/VMM/SELMInternal.h
r17106 r20365 179 179 } SELM, *PSELM; 180 180 181 __BEGIN_DECLS181 RT_BEGIN_DECLS 182 182 183 183 VMMRCDECL(int) selmRCGuestGDTWriteHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPTR pvRange, uintptr_t offRange); … … 191 191 void selmSetRing1Stack(PVM pVM, uint32_t ss, RTGCPTR32 esp); 192 192 193 __END_DECLS193 RT_END_DECLS 194 194 195 195 /** @} */ -
trunk/src/VBox/VMM/SSMInternal.h
r13597 r20365 27 27 #include <VBox/ssm.h> 28 28 29 __BEGIN_DECLS29 RT_BEGIN_DECLS 30 30 31 31 /** @defgroup grp_ssm_int Internals … … 179 179 /** @} */ 180 180 181 __END_DECLS181 RT_END_DECLS 182 182 183 183 #endif /* !___SSMInternal_h */ -
trunk/src/VBox/VMM/STAMInternal.h
r12989 r20365 31 31 32 32 33 __BEGIN_DECLS33 RT_BEGIN_DECLS 34 34 35 35 /** @defgroup grp_stam_int Internals … … 123 123 /** @} */ 124 124 125 __END_DECLS125 RT_END_DECLS 126 126 127 127 #endif -
trunk/src/VBox/VMM/TM.cpp
r20121 r20365 1782 1782 } 1783 1783 1784 // __BEGIN_DECLS1784 //RT_BEGIN_DECLS 1785 1785 //int iomLock(PVM pVM); 1786 1786 //void iomUnlock(PVM pVM); 1787 // __END_DECLS1787 //RT_END_DECLS 1788 1788 1789 1789 -
trunk/src/VBox/VMM/TMInternal.h
r20087 r20365 31 31 #include <VBox/pdmcritsect.h> 32 32 33 __BEGIN_DECLS33 RT_BEGIN_DECLS 34 34 35 35 … … 584 584 /** @} */ 585 585 586 __END_DECLS586 RT_END_DECLS 587 587 588 588 #endif -
trunk/src/VBox/VMM/TRPMInternal.h
r19286 r20365 36 36 #define TRPM_HANDLER_INT_BASE 0x20 37 37 38 __BEGIN_DECLS38 RT_BEGIN_DECLS 39 39 40 40 … … 287 287 /** @} */ 288 288 289 __END_DECLS290 291 #endif 289 RT_END_DECLS 290 291 #endif -
trunk/src/VBox/VMM/VMInternal.h
r19435 r20365 454 454 typedef VMINTUSERPERVMCPU *PVMINTUSERPERVMCPU; 455 455 456 __BEGIN_DECLS456 RT_BEGIN_DECLS 457 457 458 458 DECLCALLBACK(int) vmR3EmulationThread(RTTHREAD ThreadSelf, void *pvArg); … … 466 466 void vmR3SetState(PVM pVM, VMSTATE enmStateNew); 467 467 468 __END_DECLS468 RT_END_DECLS 469 469 470 470 -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r20228 r20365 25 25 * Internal Functions * 26 26 *******************************************************************************/ 27 __BEGIN_DECLS27 RT_BEGIN_DECLS 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 __END_DECLS44 RT_END_DECLS 45 45 46 46 … … 207 207 AssertRC(rc); 208 208 return rc; 209 } 209 } 210 210 Assert(pPDDst); 211 211 … … 1200 1200 pgmUnlock(pVM); 1201 1201 } 1202 else 1202 else 1203 1203 # endif /* !PGM_WITHOUT_MAPPING */ 1204 1204 if ( PdeSrc.n.u1User != PdeDst.n.u1User … … 2360 2360 /* Check for stale TLB entry; only applies to the SMP guest case. */ 2361 2361 if ( pVM->cCPUs > 1 2362 && pPteDst->n.u1Write == 1 2362 && pPteDst->n.u1Write == 1 2363 2363 && pPteDst->n.u1Accessed == 1) 2364 2364 { … … 3448 3448 * @param pHlp Pointer to the output functions. 3449 3449 */ 3450 __BEGIN_DECLS3450 RT_BEGIN_DECLS 3451 3451 VMMR3DECL(int) PGMR3DumpHierarchyHC(PVM pVM, uint32_t cr3, uint32_t cr4, bool fLongMode, unsigned cMaxDepth, PCDBGFINFOHLP pHlp); 3452 __END_DECLS3452 RT_END_DECLS 3453 3453 3454 3454 #endif -
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r18988 r20365 24 24 * Internal Functions * 25 25 *******************************************************************************/ 26 __BEGIN_DECLS26 RT_BEGIN_DECLS 27 27 PGM_GST_DECL(int, GetPage)(PVMCPU pVCpu, RTGCPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys); 28 28 PGM_GST_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask); 29 29 PGM_GST_DECL(int, GetPDE)(PVMCPU pVCpu, RTGCPTR GCPtr, PX86PDEPAE pPDE); 30 30 PGM_GST_DECL(bool, HandlerVirtualUpdate)(PVM pVM, uint32_t cr4); 31 __END_DECLS31 RT_END_DECLS 32 32 33 33 -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r20151 r20365 46 46 * Internal Functions * 47 47 *******************************************************************************/ 48 __BEGIN_DECLS48 RT_BEGIN_DECLS 49 49 static void pgmPoolFlushAllInt(PPGMPOOL pPool); 50 50 #ifdef PGMPOOL_WITH_USER_TRACKING … … 76 76 void pgmPoolTrackPhysExtFreeList(PVM pVM, uint16_t iPhysExt); 77 77 78 __END_DECLS78 RT_END_DECLS 79 79 80 80 -
trunk/src/VBox/VMM/VMMAll/PGMAllShw.h
r20068 r20365 120 120 * Internal Functions * 121 121 *******************************************************************************/ 122 __BEGIN_DECLS122 RT_BEGIN_DECLS 123 123 PGM_SHW_DECL(int, GetPage)(PVMCPU pVCpu, RTGCUINTPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys); 124 124 PGM_SHW_DECL(int, ModifyPage)(PVMCPU pVCpu, RTGCUINTPTR GCPtr, size_t cbPages, uint64_t fFlags, uint64_t fMask); 125 __END_DECLS125 RT_END_DECLS 126 126 127 127 -
trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp
r18927 r20365 38 38 * Internal Functions * 39 39 *******************************************************************************/ 40 __BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */40 RT_BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */ 41 41 DECLCALLBACK(int) cpumGCHandleNPAndGP(PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser); 42 __END_DECLS42 RT_END_DECLS 43 43 44 44 -
trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp
r19484 r20365 43 43 * Global Variables * 44 44 *******************************************************************************/ 45 __BEGIN_DECLS45 RT_BEGIN_DECLS 46 46 extern DECLEXPORT(const PDMDEVHLPRC) g_pdmRCDevHlp; 47 47 extern DECLEXPORT(const PDMPICHLPRC) g_pdmRCPicHlp; … … 49 49 extern DECLEXPORT(const PDMIOAPICHLPRC) g_pdmRCIoApicHlp; 50 50 extern DECLEXPORT(const PDMPCIHLPRC) g_pdmRCPciHlp; 51 __END_DECLS51 RT_END_DECLS 52 52 53 53 -
trunk/src/VBox/VMM/VMMGC/PGMGCBth.h
r8155 r20365 24 24 * Internal Functions * 25 25 *******************************************************************************/ 26 __BEGIN_DECLS27 __END_DECLS26 RT_BEGIN_DECLS 27 RT_END_DECLS 28 28 29 29 -
trunk/src/VBox/VMM/VMMGC/PGMGCShw.h
r8155 r20365 74 74 * Internal Functions * 75 75 *******************************************************************************/ 76 __BEGIN_DECLS77 __END_DECLS76 RT_BEGIN_DECLS 77 RT_END_DECLS 78 78 -
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r19821 r20365 99 99 * Global Variables * 100 100 *******************************************************************************/ 101 __BEGIN_DECLS101 RT_BEGIN_DECLS 102 102 /** Defined in VMMGC0.asm or VMMGC99.asm. 103 103 * @{ */ … … 109 109 extern const TRPMGCHYPER g_aTrap0eHandlersEnd[1]; 110 110 /** @} */ 111 __END_DECLS111 RT_END_DECLS 112 112 113 113 … … 115 115 * Internal Functions * 116 116 *******************************************************************************/ 117 __BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */117 RT_BEGIN_DECLS /* addressed from asm (not called so no DECLASM). */ 118 118 DECLCALLBACK(int) trpmGCTrapInGeneric(PVM pVM, PCPUMCTXCORE pRegFrame, uintptr_t uUser); 119 __END_DECLS119 RT_END_DECLS 120 120 121 121 -
trunk/src/VBox/VMM/VMMInternal.h
r19732 r20365 429 429 430 430 431 __BEGIN_DECLS431 RT_BEGIN_DECLS 432 432 433 433 #ifdef IN_RING3 … … 552 552 #endif /* IN_RC */ 553 553 554 __END_DECLS554 RT_END_DECLS 555 555 556 556 /** @} */ -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.h
r15414 r20365 32 32 #include <VBox/hwacc_svm.h> 33 33 34 __BEGIN_DECLS34 RT_BEGIN_DECLS 35 35 36 36 /** @defgroup grp_svm_int Internal … … 224 224 /** @} */ 225 225 226 __END_DECLS226 RT_END_DECLS 227 227 228 228 #endif -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.h
r15605 r20365 32 32 #include <VBox/hwacc_vmx.h> 33 33 34 __BEGIN_DECLS34 RT_BEGIN_DECLS 35 35 36 36 /** @defgroup grp_vmx_int Internal … … 368 368 /** @} */ 369 369 370 __END_DECLS370 RT_END_DECLS 371 371 372 372 #endif -
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r19767 r20365 45 45 * Global Variables * 46 46 *******************************************************************************/ 47 __BEGIN_DECLS47 RT_BEGIN_DECLS 48 48 extern DECLEXPORT(const PDMDEVHLPR0) g_pdmR0DevHlp; 49 49 extern DECLEXPORT(const PDMPICHLPR0) g_pdmR0PicHlp; … … 51 51 extern DECLEXPORT(const PDMIOAPICHLPR0) g_pdmR0IoApicHlp; 52 52 extern DECLEXPORT(const PDMPCIHLPR0) g_pdmR0PciHlp; 53 __END_DECLS53 RT_END_DECLS 54 54 55 55 -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r19381 r20365 31 31 #include <iprt/assert.h> 32 32 33 __BEGIN_DECLS33 RT_BEGIN_DECLS 34 34 #define PGM_BTH_NAME(name) PGM_BTH_NAME_32BIT_PROT(name) 35 35 #include "PGMR0Bth.h" … … 48 48 #undef PGM_BTH_NAME 49 49 50 __END_DECLS50 RT_END_DECLS 51 51 52 52 -
trunk/src/VBox/VMM/VMMR0/PGMR0Bth.h
r18992 r20365 24 24 * Internal Functions * 25 25 *******************************************************************************/ 26 __BEGIN_DECLS26 RT_BEGIN_DECLS 27 27 PGM_BTH_DECL(int, Trap0eHandler)(PVMCPU pVCpu, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault); 28 __END_DECLS28 RT_END_DECLS 29 29 30 30 -
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r19958 r20365 59 59 * Internal Functions * 60 60 *******************************************************************************/ 61 __BEGIN_DECLS61 RT_BEGIN_DECLS 62 62 VMMR0DECL(int) ModuleInit(void); 63 63 VMMR0DECL(void) ModuleTerm(void); 64 __END_DECLS64 RT_END_DECLS 65 65 66 66 -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h
r18927 r20365 131 131 #pragma pack() 132 132 133 __BEGIN_DECLS133 RT_BEGIN_DECLS 134 134 extern VMMSWITCHERDEF vmmR3Switcher32BitTo32Bit_Def; 135 135 extern VMMSWITCHERDEF vmmR3Switcher32BitToPAE_Def; … … 151 151 extern DECLCALLBACK(void) vmmR3SwitcherAMD64ToPAE_Relocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IdCode); 152 152 extern DECLCALLBACK(void) vmmR3SwitcherAMD64ToAMD64_Relocate(PVM pVM, PVMMSWITCHERDEF pSwitcher, RTR0PTR R0PtrCode, uint8_t *pu8CodeR3, RTGCPTR GCPtrCode, uint32_t u32IdCode); 153 __END_DECLS153 RT_END_DECLS 154 154 155 155 #endif -
trunk/src/VBox/VMM/testcase/tstHelp.h
r19286 r20365 26 26 #include <VBox/cpum.h> 27 27 28 __BEGIN_DECLS28 RT_BEGIN_DECLS 29 29 void tstDumpCtx(PCPUMCTX pCtx, const char *pszComment); 30 __END_DECLS30 RT_END_DECLS 31 31 32 32 -
trunk/src/VBox/VMM/testcase/tstMicro.h
r13813 r20365 118 118 119 119 120 __BEGIN_DECLS120 RT_BEGIN_DECLS 121 121 122 122 DECLASM(void) idtOnly42(PTSTMICRO pTst); … … 143 143 DECLASM(void) tstInterrupt42(void); 144 144 145 __END_DECLS145 RT_END_DECLS 146 146 147 147 #endif -
trunk/src/VBox/VMM/testcase/tstMicroGC.cpp
r8155 r20365 38 38 * Internal Functions * 39 39 *******************************************************************************/ 40 __BEGIN_DECLS40 RT_BEGIN_DECLS 41 41 DECLEXPORT(int) tstMicroGC(PTSTMICRO pTst, unsigned uTestcase); 42 __END_DECLS42 RT_END_DECLS 43 43 44 44
Note:
See TracChangeset
for help on using the changeset viewer.