X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5.h;h=3ce4ed0e56ca7089542aa5f76c878125c4ac8537;hp=f63f5af05db4e8992c46ee4a94e7f60758733888;hb=fa765f137460181fd84529df82309a12c376e71a;hpb=374127301ec1d72033b9d573b72c7abdfd61990d diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index f63f5af05d..3ce4ed0e56 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -19,13 +19,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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARMV4_5_H -#define ARMV4_5_H +#ifndef OPENOCD_TARGET_ARMV4_5_H +#define OPENOCD_TARGET_ARMV4_5_H /* This stuff "knows" that its callers aren't talking * to microcontroller profile (current Cortex-M) parts. @@ -48,4 +46,4 @@ extern const int armv4_5_core_reg_map[8][17]; /* offset into armv4_5 core register cache -- OBSOLETE, DO NOT USE! */ enum { ARMV4_5_CPSR = 31, }; -#endif /* ARMV4_5_H */ +#endif /* OPENOCD_TARGET_ARMV4_5_H */