kernel/eka/drivers/medmmc/medmmcpatchdata.cpp
changeset 287 ddfd5aa0d58f
equal deleted inserted replaced
286:48e57fb1237e 287:ddfd5aa0d58f
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Media driver for MultiMediaCard Flash device, patchable constants
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <e32def.h>
       
    19 
       
    20 // Patchable constant used to enable TRIM. The feature is enabled by default.
       
    21 EXPORT_C extern const TUint KTRIMEnabled = 1;