diff -r 96e5fb8b040d -r 36bfc973b146 userlibandfileserver/fileserver/inc/filesystem_utils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/userlibandfileserver/fileserver/inc/filesystem_utils.h Thu Jan 07 13:38:45 2010 +0200 @@ -0,0 +1,90 @@ +// Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of the License "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// +// Collection of common constants, utility functions, etc. for the file server and file systems. +// Definitions here must be filesystem-agnostic, i.e. generic enougs to be used by every file system +// +// This is the internal file and must not be exported. + +/** + @file + @internalTechnology +*/ + +#if !defined(__FILESYSTEM_UTILS_H__) +#define __FILESYSTEM_UTILS_H__ + +#if !defined(__E32BASE_H__) +#include +#endif + +//####################################################################################################################################### +//# constants definitions +//####################################################################################################################################### + +const TUint KBitsInByteLog2 = 3; +const TUint KBitsInByte = 1<