kernel/eka/include/drivers/smppower/idlehelper.h
changeset 152 657f875b013e
parent 90 947f0dc9f7a8
child 148 31ea0f8e3c99
--- a/kernel/eka/include/drivers/smppower/idlehelper.h	Thu May 27 14:17:14 2010 +0300
+++ b/kernel/eka/include/drivers/smppower/idlehelper.h	Fri Jun 11 15:02:23 2010 +0300
@@ -1,24 +1,26 @@
 /*
 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+* This material, including documentation and any related computer
+* programs, is protected by copyright controlled by Nokia. All
+* rights are reserved. Copying, including reproducing, storing
+* adapting or translating, any or all of this material requires the
+* prior written consent of Nokia. This material also contains
+* confidential information which may not be disclosed to others
+* without the prior written consent of Nokia.
 *
 * Initial Contributors:
 * Nokia Corporation - initial contribution.
 *
 * Contributors:
 *
-* Description:  
+* Description: 
 * os\kernelhwsrv\kernel\eka\include\drivers\smpidlehelper.h
 * Helper classes required to implement CPU idle
 * functionality in a SMP BSP.
 *
 */
 
-
 /**
  @file
  @prototype
@@ -174,7 +176,7 @@
 	static void ClearIdleIPI();
 	static void DoWFI();//puts current CPU in wait for interrupt state
 	static TBool IsIntPending();
-	static TInt	IntPending();
+	static TUint32	IntPending();
 	static TUint32 GetTimerCount();//HW timer can be used for tracing
 	//Atomic checks used to synchronise cores going idle
 	static TBool ClearLocalAndCheckGlobalIdle(TUint32);