summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/iseries/hv_lp_event.h
diff options
context:
space:
mode:
authorKelly Daly <kelly@au.ibm.com>2005-11-02 15:53:01 +1100
committerKelly Daly <kelly@au.ibm.com>2005-11-02 15:53:01 +1100
commitecb3ca2783d6e54d30dbf70a42fe995c27eeb212 (patch)
treea7ba5728afd866a88b8be2cd21602d01b449a1c0 /include/asm-powerpc/iseries/hv_lp_event.h
parent10e8805716698596f5b6445d76bbb7ed1adb7295 (diff)
downloadkernel-crypto-ecb3ca2783d6e54d30dbf70a42fe995c27eeb212.tar.gz
kernel-crypto-ecb3ca2783d6e54d30dbf70a42fe995c27eeb212.tar.xz
kernel-crypto-ecb3ca2783d6e54d30dbf70a42fe995c27eeb212.zip
modify defines according to _ASM_POWERPC_ISERIES_
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-powerpc/iseries/hv_lp_event.h')
-rw-r--r--include/asm-powerpc/iseries/hv_lp_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/iseries/hv_lp_event.h b/include/asm-powerpc/iseries/hv_lp_event.h
index 2a3b773854b..499ab1ad018 100644
--- a/include/asm-powerpc/iseries/hv_lp_event.h
+++ b/include/asm-powerpc/iseries/hv_lp_event.h
@@ -19,8 +19,8 @@
/* This file contains the class for HV events in the system. */
-#ifndef _HVLPEVENT_H
-#define _HVLPEVENT_H
+#ifndef _ASM_POWERPC_ISERIES_HV_LP_EVENT_H
+#define _ASM_POWERPC_ISERIES_HV_LP_EVENT_H
#include <asm/types.h>
#include <asm/ptrace.h>
@@ -139,4 +139,4 @@ extern int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
#define HvLpDma_Rc_InvalidAddress 4
#define HvLpDma_Rc_InvalidLength 5
-#endif /* _HVLPEVENT_H */
+#endif /* _ASM_POWERPC_ISERIES_HV_LP_EVENT_H */