diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 07:04:07 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-31 07:04:07 +0000 |
commit | a931e510b14a569925ce6c764fafd1c7728b294b (patch) | |
tree | d4d904fcb3d128d740d48462853752677ce3d67d /vidix/sysdep | |
parent | 71ec2912dbe91561ff4d4473479a4946b1939cb4 (diff) |
Identifiers starting with underscores are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23954 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/sysdep')
-rw-r--r-- | vidix/sysdep/AsmMacros_alpha.h | 6 | ||||
-rw-r--r-- | vidix/sysdep/AsmMacros_arm32.h | 6 | ||||
-rw-r--r-- | vidix/sysdep/AsmMacros_ia64.h | 6 | ||||
-rw-r--r-- | vidix/sysdep/AsmMacros_powerpc.h | 6 | ||||
-rw-r--r-- | vidix/sysdep/AsmMacros_sparc.h | 6 | ||||
-rw-r--r-- | vidix/sysdep/AsmMacros_x86.h | 6 |
6 files changed, 18 insertions, 18 deletions
diff --git a/vidix/sysdep/AsmMacros_alpha.h b/vidix/sysdep/AsmMacros_alpha.h index 482b59000e..77d7f5c224 100644 --- a/vidix/sysdep/AsmMacros_alpha.h +++ b/vidix/sysdep/AsmMacros_alpha.h @@ -4,8 +4,8 @@ Modified for readability by Nick Kurshev */ -#ifndef __ASM_MACROS_ALPHA_H -#define __ASM_MACROS_ALPHA_H +#ifndef ASMMACROS_ALPHA_H +#define ASMMACROS_ALPHA_H #if defined (linux) #include <sys/io.h> #elif defined (__FreeBSD__) @@ -23,4 +23,4 @@ extern u_int32_t inl(u_int32_t port); #define intr_disable() #define intr_enable() -#endif +#endif /* ASMMACROS_ALPHA_H */ diff --git a/vidix/sysdep/AsmMacros_arm32.h b/vidix/sysdep/AsmMacros_arm32.h index e618d32ee0..56e3407efb 100644 --- a/vidix/sysdep/AsmMacros_arm32.h +++ b/vidix/sysdep/AsmMacros_arm32.h @@ -4,8 +4,8 @@ Modified for readability by Nick Kurshev */ -#ifndef __ASM_MACROS_ARM32_H -#define __ASM_MACROS_ARM32_H +#ifndef ASMMACROS_ARM32_H +#define ASMMACROS_ARM32_H unsigned int IOPortBase; /* Memory mapped I/O port area */ static __inline__ void outb(short port,char val) @@ -47,4 +47,4 @@ static __inline__ unsigned int inl(short port) #define intr_disable() #define intr_enable() -#endif +#endif /* ASMMACROS_ARM32_H */ diff --git a/vidix/sysdep/AsmMacros_ia64.h b/vidix/sysdep/AsmMacros_ia64.h index e59732fda5..ed4d42bb55 100644 --- a/vidix/sysdep/AsmMacros_ia64.h +++ b/vidix/sysdep/AsmMacros_ia64.h @@ -4,8 +4,8 @@ Modified for readability by Nick Kurshev */ -#ifndef __ASM_MACROS_IA64_H -#define __ASM_MACROS_IA64_H +#ifndef ASMMACROS_IA64_H +#define ASMMACROS_IA64_H #if defined(linux) #include <sys/io.h> @@ -13,4 +13,4 @@ #error This stuff is not ported on your system #endif -#endif +#endif /* ASMMACROS_IA64_H */ 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 */ diff --git a/vidix/sysdep/AsmMacros_sparc.h b/vidix/sysdep/AsmMacros_sparc.h index f6717b4bb7..f20515b740 100644 --- a/vidix/sysdep/AsmMacros_sparc.h +++ b/vidix/sysdep/AsmMacros_sparc.h @@ -4,8 +4,8 @@ Modified for readability by Nick Kurshev */ -#ifndef __ASM_MACROS_SPARC_H -#define __ASM_MACROS_SPARC_H +#ifndef ASMMACROS_SPARC_H +#define ASMMACROS_SPARC_H #ifndef ASI_PL #define ASI_PL 0x88 @@ -50,4 +50,4 @@ static __inline__ unsigned int inl(unsigned long port) #define intr_disable() #define intr_enable() -#endif +#endif /* ASMMACROS_SPARC_H */ diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h index c2ab1dc217..cc78246ae4 100644 --- a/vidix/sysdep/AsmMacros_x86.h +++ b/vidix/sysdep/AsmMacros_x86.h @@ -4,8 +4,8 @@ Modified for readability by Nick Kurshev */ -#ifndef __ASM_MACROS_X86_H -#define __ASM_MACROS_X86_H +#ifndef ASMMACROS_X86_H +#define ASMMACROS_X86_H //#if defined (WINNT) //#error This stuff is not ported on your system @@ -290,4 +290,4 @@ static __inline__ void intr_enable() #endif -//#endif +//#endif /* ASMMACROS_X86_H */ |