From 098546fe2597f34f89a3c6bd22f49641fdf339f1 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 17 May 2011 08:09:40 -0700 Subject: [PATCH] fix typo in the declaration of icc_ping --- arch/x86/include/asm/icc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/include/asm/icc.h b/arch/x86/include/asm/icc.h index 31fdb2ef..dfc69302 100644 --- a/arch/x86/include/asm/icc.h +++ b/arch/x86/include/asm/icc.h @@ -51,9 +51,9 @@ typedef struct { #define ICC_TYPE_PINGRESPONSE (1 << 3) int icc_init(void); -int icc_ping(); +int icc_ping(int ue); void icc_check(void); - +int icc_halt(void); #endif #ifdef __cplusplus