X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm.h;h=163db239a37867eb7bbf91610b06d4a7673b42ab;hb=f906c65fed5f3f2df54c6aaf2ea28d9742d44db4;hp=d8361bd6312dfca5ddd6fb3f1704b577127fe700;hpb=fed713104904bfc4884e748ef4160be4ab7e4575;p=openocd.git diff --git a/src/target/arm.h b/src/target/arm.h index d8361bd631..163db239a3 100644 --- a/src/target/arm.h +++ b/src/target/arm.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 ARM_H -#define ARM_H +#ifndef OPENOCD_TARGET_ARM_H +#define OPENOCD_TARGET_ARM_H #include #include "target.h" @@ -242,4 +240,4 @@ struct reg *arm_reg_current(struct arm *arm, unsigned regnum); extern struct reg arm_gdb_dummy_fp_reg; extern struct reg arm_gdb_dummy_fps_reg; -#endif /* ARM_H */ +#endif /* OPENOCD_TARGET_ARM_H */