kerneltest/e32test/mmu/t_wsd_tst.h
changeset 135 5e441a173c63
parent 90 947f0dc9f7a8
child 257 3e88ff8f41d5
equal deleted inserted replaced
134:95847726fe57 135:5e441a173c63
    45 #endif	// defined(__WINS__)
    45 #endif	// defined(__WINS__)
    46 
    46 
    47 // Exports of DLL1
    47 // Exports of DLL1
    48 #ifdef	T_WSD_DL1
    48 #ifdef	T_WSD_DL1
    49 #else
    49 #else
    50 IMPORT_D TInt32 ExportedData;
    50 IMPORT_D extern TInt32 ExportedData;
    51 IMPORT_C TInt CheckExportedDataAddress(void *aDataAddr);
    51 IMPORT_C TInt CheckExportedDataAddress(void *aDataAddr);
    52 #endif	// T_WSD_DL1
    52 #endif	// T_WSD_DL1
    53 
    53 
    54 // Exports of DLL2
    54 // Exports of DLL2
    55 #ifdef	T_WSD_DL2
    55 #ifdef	T_WSD_DL2
    63 
    63 
    64 // Exports of DLL3
    64 // Exports of DLL3
    65 #ifdef	T_WSD_DL3
    65 #ifdef	T_WSD_DL3
    66 #else
    66 #else
    67 IMPORT_C void** GetAddressOfData(TInt& aSize, void*& aCodeAddr, void*& aDataAddr);
    67 IMPORT_C void** GetAddressOfData(TInt& aSize, void*& aCodeAddr, void*& aDataAddr);
    68 IMPORT_D TInt32 TestDataSize;
    68 IMPORT_D extern TInt32 TestDataSize;
    69 IMPORT_D void* WritableTestData[1 /* refer TestDataSize */];
    69 IMPORT_D extern void* WritableTestData[1 /* refer TestDataSize */];
    70 IMPORT_D const void* const* PointerToStaticData;
    70 IMPORT_D extern const void* const* PointerToStaticData;
    71 IMPORT_D void** PointerToWritableData;
    71 IMPORT_D extern void** PointerToWritableData;
    72 #endif	// T_WSD_DL3
    72 #endif	// T_WSD_DL3
    73 
    73 
    74 #endif	// __T_WSD_TST_H__
    74 #endif	// __T_WSD_TST_H__