X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_dpm.h;h=fa87baf40349890a5769d968aebd183fb60afc9d;hb=c06ac3b5d357351e34438452a72a14e534910c6f;hp=8d2638e2a3b8034ac60f8f0bc36021f77c685963;hpb=927e53f8d5e6ebaf52be82cb7300cbbb471a92bb;p=openocd.git diff --git a/src/target/arm_dpm.h b/src/target/arm_dpm.h index 8d2638e2a3..fa87baf403 100644 --- a/src/target/arm_dpm.h +++ b/src/target/arm_dpm.h @@ -12,13 +12,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 __ARM_DPM_H -#define __ARM_DPM_H +#ifndef OPENOCD_TARGET_ARM_DPM_H +#define OPENOCD_TARGET_ARM_DPM_H /** * @file @@ -200,4 +198,4 @@ void arm_dpm_report_wfar(struct arm_dpm *, uint32_t wfar); void arm_dpm_report_dscr(struct arm_dpm *dpm, uint32_t dcsr); -#endif /* __ARM_DPM_H */ +#endif /* OPENOCD_TARGET_ARM_DPM_H */