X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5.h;h=3ce4ed0e56ca7089542aa5f76c878125c4ac8537;hb=d537cce7ef49bf2f4bc81cf016f784a9adf2537a;hp=250d95bbdfc8de990d428e2c0b74bf368e717221;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 250d95bbdf..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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 */