X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5_cache.h;h=2fd1ca3873e332a7478dcddbe14422d426ef899e;hb=d73de4c07c726fb0dc86f6ee6bac53fccbd62a87;hp=a1777e802bf1a9ccab7cb899f2c3083b759db0e5;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/armv4_5_cache.h b/src/target/armv4_5_cache.h index a1777e802b..2fd1ca3873 100644 --- a/src/target/armv4_5_cache.h +++ b/src/target/armv4_5_cache.h @@ -13,13 +13,11 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#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; @@ -54,4 +52,4 @@ enum { ARMV4_5_CACHE_RR_BIT = 0x5000, }; -#endif /* ARMV4_5_CACHE_H */ +#endif /* OPENOCD_TARGET_ARMV4_5_CACHE_H */