diff options
Diffstat (limited to 'src/target/armv4_5_cache.h')
-rw-r--r-- | src/target/armv4_5_cache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/armv4_5_cache.h b/src/target/armv4_5_cache.h index 2aeccdf..2fd1ca3 100644 --- a/src/target/armv4_5_cache.h +++ b/src/target/armv4_5_cache.h @@ -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 */ |