summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/iseries/hv_call_xm.h
diff options
context:
space:
mode:
authorKelly Daly <kelly@au.ibm.com>2005-11-02 04:53:01 (GMT)
committerKelly Daly <kelly@au.ibm.com>2005-11-02 04:53:01 (GMT)
commitecb3ca2783d6e54d30dbf70a42fe995c27eeb212 (patch)
treea7ba5728afd866a88b8be2cd21602d01b449a1c0 /include/asm-powerpc/iseries/hv_call_xm.h
parent10e8805716698596f5b6445d76bbb7ed1adb7295 (diff)
downloadlinux-fsl-qoriq-ecb3ca2783d6e54d30dbf70a42fe995c27eeb212.tar.xz
modify defines according to _ASM_POWERPC_ISERIES_
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include/asm-powerpc/iseries/hv_call_xm.h')
-rw-r--r--include/asm-powerpc/iseries/hv_call_xm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-powerpc/iseries/hv_call_xm.h b/include/asm-powerpc/iseries/hv_call_xm.h
index fd36b11..ca9202c 100644
--- a/include/asm-powerpc/iseries/hv_call_xm.h
+++ b/include/asm-powerpc/iseries/hv_call_xm.h
@@ -2,8 +2,8 @@
* This file contains the "hypervisor call" interface which is used to
* drive the hypervisor from SLIC.
*/
-#ifndef _HVCALLXM_H
-#define _HVCALLXM_H
+#ifndef _ASM_POWERPC_ISERIES_HV_CALL_XM_H
+#define _ASM_POWERPC_ISERIES_HV_CALL_XM_H
#include <asm/iseries/hv_call_sc.h>
#include <asm/iseries/hv_types.h>
@@ -75,4 +75,4 @@ static inline u64 HvCallXm_loadTod(void)
return HvCall0(HvCallXmLoadTod);
}
-#endif /* _HVCALLXM_H */
+#endif /* _ASM_POWERPC_ISERIES_HV_CALL_XM_H */