X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fmips_m4k.h;h=cf826612549960c6e646af90761aed1a6dcfcea9;hb=d6535e0ce517bfb2c4c8acaef59eb73dd0c6d07c;hp=e21d57e9c8d6cb1cdac90b4db9f2b060d77e87d2;hpb=7bfcc10839d2a9190cb7ae9fae02280e643b3450;p=openocd.git diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h index e21d57e9c8..cf82661254 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -18,13 +18,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 MIPS_M4K_H -#define MIPS_M4K_H +#ifndef OPENOCD_TARGET_MIPS_M4K_H +#define OPENOCD_TARGET_MIPS_M4K_H struct target; @@ -45,4 +43,4 @@ target_to_m4k(struct target *target) extern const struct command_registration mips_m4k_command_handlers[]; -#endif /*MIPS_M4K_H*/ +#endif /* OPENOCD_TARGET_MIPS_M4K_H */