diff ppc/dsputil_ppc.h @ 5567:35cc7c922a76 libavcodec

Identifiers starting with underscores are reserved.
author diego
date Wed, 22 Aug 2007 12:41:16 +0000
parents e8da39f42724
children 1d83e9c34641
line wrap: on
line diff
--- a/ppc/dsputil_ppc.h	Tue Aug 21 18:24:08 2007 +0000
+++ b/ppc/dsputil_ppc.h	Wed Aug 22 12:41:16 2007 +0000
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _DSPUTIL_PPC_
-#define _DSPUTIL_PPC_
+#ifndef DSPUTIL_PPC_H
+#define DSPUTIL_PPC_H
 
 #ifdef CONFIG_POWERPC_PERF
 void powerpc_display_perf_report(void);
@@ -152,4 +152,4 @@
 #define POWERPC_PERF_STOP_COUNT(a, cond)     do {} while (0)
 #endif /* CONFIG_POWERPC_PERF */
 
-#endif /*  _DSPUTIL_PPC_ */
+#endif /*  DSPUTIL_PPC_H */