diff vidix/pm3_regs.h @ 23934:88bed2131f19

Identifiers starting with underscores are reserved.
author diego
date Tue, 31 Jul 2007 07:04:07 +0000
parents 9a1e26fef45b
children a93e46adb54c
line wrap: on
line diff
--- a/vidix/pm3_regs.h	Tue Jul 31 06:57:57 2007 +0000
+++ b/vidix/pm3_regs.h	Tue Jul 31 07:04:07 2007 +0000
@@ -11,8 +11,8 @@
  *
  */ 
 
-#ifndef _PM3_REG_H_
-#define _PM3_REG_H_
+#ifndef PM3_REGS_H
+#define PM3_REGS_H
 
 /**********************************************
 *  GLINT Permedia3 Control Status registers   *
@@ -1110,4 +1110,4 @@
     temp = READ_REG(PM3RD_IndexedData);			\
 }
 #endif
-#endif /* _PM3_REG_H_ */
+#endif /* PM3_REGS_H */