comparison vidix/sysdep/AsmMacros_sparc.h @ 26030:a93e46adb54c

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 17:32:36 +0000
parents 9c4ad35fabc5
children b5a46071062a
comparison
equal deleted inserted replaced
26029:4129c8cfa742 26030:a93e46adb54c
57 * in contract, 57 * in contract,
58 * negligence, tort, under statute, in equity, at law or otherwise, even if 58 * negligence, tort, under statute, in equity, at law or otherwise, even if
59 * advised of the possibility of such damage. 59 * advised of the possibility of such damage.
60 */ 60 */
61 61
62 #ifndef ASMMACROS_SPARC_H 62 #ifndef MPLAYER_ASMMACROS_SPARC_H
63 #define ASMMACROS_SPARC_H 63 #define MPLAYER_ASMMACROS_SPARC_H
64 64
65 #ifndef ASI_PL 65 #ifndef ASI_PL
66 #define ASI_PL 0x88 66 #define ASI_PL 0x88
67 #endif 67 #endif
68 68
103 } 103 }
104 104
105 #define intr_disable() 105 #define intr_disable()
106 #define intr_enable() 106 #define intr_enable()
107 107
108 #endif /* ASMMACROS_SPARC_H */ 108 #endif /* MPLAYER_ASMMACROS_SPARC_H */