kernel/eka/include/drivers/smppower/sample_idlehandler/smpidlehandler.h
changeset 200 73ea206103e6
parent 152 657f875b013e
equal deleted inserted replaced
152:657f875b013e 200:73ea206103e6
     1 /*
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 * All rights reserved.
     3 // This component and the accompanying materials are made available
     4 * This material, including documentation and any related computer
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 * programs, is protected by copyright controlled by Nokia. All
     5 // which accompanies this distribution, and is available
     6 * rights are reserved. Copying, including reproducing, storing
     6 // at the URL " http://www.eclipse.org/legal/epl-v10.html ".
     7 * adapting or translating, any or all of this material requires the
     7 //
     8 * prior written consent of Nokia. This material also contains
     8 // Initial Contributors:
     9 * confidential information which may not be disclosed to others
     9 // Nokia Corporation - initial contribution.
    10 * without the prior written consent of Nokia.
    10 //
    11 *
    11 // Contributors:
    12 * Initial Contributors:
    12 //
    13 * Nokia Corporation - initial contribution.
    13 // Description:
    14 *
    14 // eka/drivers/smppower/sample_idlehandler/smpidlehandler.h
    15 * Contributors:
    15 // Example of a generic idle handler layer
    16 *
       
    17 * Description: 
       
    18 * os/kernelhwsrv/kernel/eka/include/drivers/smppower/sample_idlehandler/smpidlehandler.h
       
    19 * Example of a generic idle handler layer
       
    20 *
       
    21 */
       
    22 
    16 
    23 
    17 
    24 #ifndef __SMPIDLEHANDLER_H__
    18 #ifndef __SMPIDLEHANDLER_H__
    25 #define __SMPIDLEHANDLER_H__
    19 #define __SMPIDLEHANDLER_H__
    26 
    20