]> git.sur5r.net Git - openocd/blobdiff - src/target/armv4_5_cache.h
aarch64: add 'maskisr' command
[openocd] / src / target / armv4_5_cache.h
index 2aeccdfd59aa540b7f7ec5696c8abe6796e0bcc9..2fd1ca3873e332a7478dcddbe14422d426ef899e 100644 (file)
@@ -16,8 +16,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef ARMV4_5_CACHE_H
-#define ARMV4_5_CACHE_H
+#ifndef OPENOCD_TARGET_ARMV4_5_CACHE_H
+#define OPENOCD_TARGET_ARMV4_5_CACHE_H
 
 struct command_context;
 
@@ -52,4 +52,4 @@ enum {
        ARMV4_5_CACHE_RR_BIT = 0x5000,
 };
 
-#endif /* ARMV4_5_CACHE_H */
+#endif /* OPENOCD_TARGET_ARMV4_5_CACHE_H */