kerneltest/f32test/demandpaging/t_mmcpaging.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
child 210 b592f7984442
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
    29 
    29 
    30 #include <e32test.h>
    30 #include <e32test.h>
    31 RTest test(_L("T_MMCPAGING"));
    31 RTest test(_L("T_MMCPAGING"));
    32 
    32 
    33 #include <e32rom.h>
    33 #include <e32rom.h>
       
    34 #include <e32svr.h>
    34 #include <u32hal.h>
    35 #include <u32hal.h>
    35 #include <f32file.h>
    36 #include <f32file.h>
    36 #include <f32dbg.h>
    37 #include <f32dbg.h>
       
    38 #include <d32locd.h>
    37 #include <hal.h>
    39 #include <hal.h>
    38 #define __TEST_PAGING_MEDIA_DRIVER__
    40 #define __TEST_PAGING_MEDIA_DRIVER__
    39 #include "mmcdp.h"
    41 #include "mmcdp.h"
    40 
    42 
    41 
    43