wlan_bearer/wlanldd/wlan_common/osa_common/inc/osa_includeme.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   1st file to be included by every source file in the project
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 3 %
       
    20 */
       
    21 
       
    22 #ifndef OSA_INCLUDEME_H
       
    23 #define OSA_INCLUDEME_H
       
    24 
       
    25 #include "am_platform_libraries.h"
       
    26 #include "gendebug.h"
       
    27 
       
    28 // -----------------------------------------------------------------------------
       
    29 // 
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 inline void Trace( TInt aLevel, const TInt8* aFile, TInt aLine )
       
    33     {
       
    34     TraceDump( aLevel, (reinterpret_cast<const char*>(aFile)) );
       
    35     TraceDump( aLevel, (("Line: %d"), aLine));
       
    36     }
       
    37 
       
    38 // the one and only initial hw chunk size for DMA capable memory
       
    39 const TInt KInitialHwChunkSize = 4 * 4096; // 16 KBits
       
    40 
       
    41 #endif // OSA_INCLUDEME_H