wlan_bearer/wlanldd/wlan_common/umac_common/inc/config.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2005-2008 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:   The first file which every UMAC cpp file needs to include.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 16 %
       
    20 */
       
    21 
       
    22 #ifndef CONFIG_H
       
    23 #define CONFIG_H
       
    24 
       
    25 #include "umac_types.h"
       
    26 
       
    27 extern TAny* os_alloc( const TUint32 aLengthInBytes );
       
    28 extern void os_free( const TAny* aPtr );
       
    29 
       
    30 // Returns the current time as the number of microseconds since midnight, 
       
    31 // January 1st, 0 AD nominal Gregorian
       
    32 extern TInt64 os_systemTime( void );
       
    33 
       
    34 #include "802dot11.h"
       
    35 
       
    36 #include "UmacDebug.h"
       
    37 
       
    38 #endif // CONFIG_H