summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/AsmMacros_powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/AsmMacros_powerpc.h')
-rw-r--r--vidix/sysdep/AsmMacros_powerpc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/sysdep/AsmMacros_powerpc.h b/vidix/sysdep/AsmMacros_powerpc.h
index 2e1edee2ae..33e191afb3 100644
--- a/vidix/sysdep/AsmMacros_powerpc.h
+++ b/vidix/sysdep/AsmMacros_powerpc.h
@@ -4,8 +4,8 @@
Modified for readability by Nick Kurshev
*/
-#ifndef __ASM_MACROS_POWERPC_H
-#define __ASM_MACROS_POWERPC_H
+#ifndef ASMMACROS_POWERPC_H
+#define ASMMACROS_POWERPC_H
#if defined(Lynx) || defined(__OpenBSD__)
@@ -57,4 +57,4 @@ static __inline__ unsigned long inl(short port)
#endif
-#endif
+#endif /* ASMMACROS_POWERPC_H */