wlan_plat/wlan_osa_api/inc/wlanosaplatform.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 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 "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:  Includes definitions/declarations which may be operating 
       
    15 *                environment dependent.
       
    16 *
       
    17 */
       
    18 
       
    19 /*
       
    20 * %version: 3 %
       
    21 */
       
    22 
       
    23 #ifndef WLANOSAPLATFORM_H
       
    24 #define WLANOSAPLATFORM_H
       
    25 
       
    26 /** 
       
    27 * Note! This file includes definitions/declarations which may be
       
    28 * operating environment dependent.
       
    29 */
       
    30 
       
    31 /** A string literal containing the name of the source file being compiled */
       
    32 #ifndef WLAN_FILE
       
    33 #define WLAN_FILE __FILE__
       
    34 #endif // WLAN_FILE
       
    35 
       
    36 #endif // WLANOSAPLATFORM_H