X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm9tdmi.h;h=c6f0ccf0f274b969326f5185220f1f83c1e23aa6;hb=5d458cf72734a4474f38bbed10eea4d9acfe93a2;hp=366cd12944fffd8e0e8269c82a61356f6b65be30;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 366cd12944..c6f0ccf0f2 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -16,13 +16,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 ARM9TDMI_H -#define ARM9TDMI_H +#ifndef OPENOCD_TARGET_ARM9TDMI_H +#define OPENOCD_TARGET_ARM9TDMI_H #include "embeddedice.h" @@ -55,4 +53,4 @@ void arm9tdmi_branch_resume(struct target *target); void arm9tdmi_enable_single_step(struct target *target, uint32_t next_pc); void arm9tdmi_disable_single_step(struct target *target); -#endif /* ARM9TDMI_H */ +#endif /* OPENOCD_TARGET_ARM9TDMI_H */