X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm11_dbgtap.h;h=541434edc4ea00e502461601490907b0c9ff74d9;hb=abc270c8837bc7aad3f390e4e9858e4f652261b7;hp=22d9dec0f7ca5014e53e4527f4a20fb7c5121673;hpb=374127301ec1d72033b9d573b72c7abdfd61990d;p=openocd.git diff --git a/src/target/arm11_dbgtap.h b/src/target/arm11_dbgtap.h index 22d9dec0f7..541434edc4 100644 --- a/src/target/arm11_dbgtap.h +++ b/src/target/arm11_dbgtap.h @@ -15,13 +15,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 ARM11_DBGTAP_H -#define ARM11_DBGTAP_H +#ifndef OPENOCD_TARGET_ARM11_DBGTAP_H +#define OPENOCD_TARGET_ARM11_DBGTAP_H #include "arm11.h" @@ -82,4 +80,4 @@ int arm11_read_memory_word(struct arm11_common *arm11, int arm11_dpm_init(struct arm11_common *arm11, uint32_t didr); int arm11_bpwp_flush(struct arm11_common *arm11); -#endif /* ARM11_DBGTAP_H */ +#endif /* OPENOCD_TARGET_ARM11_DBGTAP_H */