0
|
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".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// File for sharing data structures and control information
|
|
15 |
// between NAND media driver and file system extension
|
|
16 |
//
|
|
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.
|
|
20 |
//
|
|
21 |
|
|
22 |
/**
|
|
23 |
@file
|
|
24 |
@internalTechnology
|
|
25 |
*/
|
|
26 |
|
|
27 |
#if !defined(__FTLCONTROLIO_H__)
|
|
28 |
#define __FTLCONTROLIO_H__
|
|
29 |
//
|
|
30 |
const TInt KFlagMainArray = 0x1;
|
|
31 |
const TInt KFlagSpareArray = 0x2;
|
|
32 |
//
|
|
33 |
|
|
34 |
#endif
|