X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm11.h;h=77cc2236d7a6f815e3f965f98ca91570b934df91;hp=d9e45357e1d091c576a73c2e84f166f1d7df19f8;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/target/arm11.h b/src/target/arm11.h index d9e45357e1..77cc2236d7 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef ARM11_H -#define ARM11_H +#ifndef OPENOCD_TARGET_ARM11_H +#define OPENOCD_TARGET_ARM11_H #include "arm.h" #include "arm_dpm.h" @@ -113,4 +111,4 @@ enum arm11_sc7 { ARM11_SC7_WCR0 = 112, }; -#endif /* ARM11_H */ +#endif /* OPENOCD_TARGET_ARM11_H */