Update contrib.
1 // Copyright (c) 1995-2009 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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // File for sharing data structures and control information
15 // between NAND media driver and file system extension
17 // WARNING: This file contains some APIs which are internal and are subject
18 // to change without notice. Such APIs should therefore not be used
19 // outside the Kernel and Hardware Services package.
27 #if !defined(__FTLCONTROLIO_H__)
28 #define __FTLCONTROLIO_H__
30 const TInt KFlagMainArray = 0x1;
31 const TInt KFlagSpareArray = 0x2;