kernel/eka/drivers/medmmc/bgahsmmcptn.h
changeset 300 1d28c8722707
parent 202 9aca3be14c27
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
    63 #define BGAHSMMCPTN_PI_STR_SIZE sizeof( BGAHSMMCPTN_PI_STR )
    63 #define BGAHSMMCPTN_PI_STR_SIZE sizeof( BGAHSMMCPTN_PI_STR )
    64 
    64 
    65 const TUint32 KBB5HeaderSizeInSectors   = 8;
    65 const TUint32 KBB5HeaderSizeInSectors   = 8;
    66 const TUint32 KPIOffsetFromMediaEnd     = 1;
    66 const TUint32 KPIOffsetFromMediaEnd     = 1;
    67 
    67 
       
    68 // magic value of BB5_COMMON header
       
    69 const TUint32 KBB5_CommonHeaderMagic    = 0x809795A3UL;
       
    70  
       
    71 // size of aligned header for NCPx.XX
       
    72 const TUint32 KBB5_CommonHeaderSize     = 0x1000; //real size is 0x3d0;
       
    73  
       
    74 // size of aligned header for NCPX.XX in case of DP usage
       
    75 const TUint32 KBB5_CommonHeaderSizeDp   = 0x1000; //real size is 0x3d0;
       
    76 
       
    77 
    68 #endif /*BGAHSMMCPTN_H*/
    78 #endif /*BGAHSMMCPTN_H*/