os/kernelhwsrv/kernel/eka/drivers/medmmc/mmcdp.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kernel/eka/drivers/medmmc/mmcdp.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +// e32\drivers\medmmc\mmcdp.h
     1.5 +//
     1.6 +
     1.7 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.8 +// All rights reserved.
     1.9 +// This component and the accompanying materials are made available
    1.10 +// under the terms of the License "Eclipse Public License v1.0"
    1.11 +// which accompanies this distribution, and is available
    1.12 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.13 +//
    1.14 +// Initial Contributors:
    1.15 +// Nokia Corporation - initial contribution.
    1.16 +//
    1.17 +// Contributors:
    1.18 +//
    1.19 +// Description:
    1.20 +//
    1.21 +
    1.22 +#ifndef __MMCDP_H__
    1.23 +#define __MMCDP_H__
    1.24 +
    1.25 +
    1.26 +#ifdef __TEST_PAGING_MEDIA_DRIVER__
    1.27 +const TInt KMmcGetStats	= 0x00000001;
    1.28 +struct SMmcStats
    1.29 +	{
    1.30 +	TInt iReqPage;
    1.31 +	TInt iReqNormal;
    1.32 +	TUint16 iNormalFragmenting;
    1.33 +	TUint8 iClashFragmenting;
    1.34 +	TUint8 iSpare;
    1.35 +	};
    1.36 +
    1.37 +#endif	// __TEST_PAGING_MEDIA_DRIVER__
    1.38 +
    1.39 +#endif	// __MMCDP_H__