X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fdsp563xx.h;h=4bb5aceaf1da0fb2cd7f3f7648e3fca24796cafd;hb=0dba1815e6362cc08e983f8f09af0224ad5ae693;hp=446ad3f53746f13eb2c239d865cf27d439bb60dd;hpb=bbb0896cffe0f7643e8cc17328a62b54934f2e8b;p=openocd.git diff --git a/src/target/dsp563xx.h b/src/target/dsp563xx.h index 446ad3f537..4bb5aceaf1 100644 --- a/src/target/dsp563xx.h +++ b/src/target/dsp563xx.h @@ -13,13 +13,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 DSP563XX_H -#define DSP563XX_H +#ifndef OPENOCD_TARGET_DSP563XX_H +#define OPENOCD_TARGET_DSP563XX_H #include #include @@ -72,4 +70,4 @@ static inline struct dsp563xx_common *target_to_dsp563xx(struct target *target) return target->arch_info; } -#endif /* DSP563XX_H */ +#endif /* OPENOCD_TARGET_DSP563XX_H */