]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nor/ocl.h
Make #include guard naming consistent
[fw/openocd] / src / flash / nor / ocl.h
index f57e2885b57f00244284ab69ff5f9d2990548900..3e83f76cfdcd521a5938ac0fb3542db48d2c3ce3 100644 (file)
@@ -16,8 +16,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef OCL_H
-#define OCL_H
+#ifndef OPENOCD_FLASH_NOR_OCL_H
+#define OPENOCD_FLASH_NOR_OCL_H
 
 /* command/response mask */
 #define OCL_CMD_MASK 0xFFFF0000L
@@ -36,4 +36,4 @@
 
 #define OCL_CHKS_INIT 0xC100CD0CL
 
-#endif /* OCL_H */
+#endif /* OPENOCD_FLASH_NOR_OCL_H */