X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fmips_m4k.h;h=cf826612549960c6e646af90761aed1a6dcfcea9;hb=da7459415079002a52f516a6d00a31474d61b495;hp=85d4c0a5c83666b408c49961695af1b177dab383;hpb=800bc9308dfcae950cd95ca287876b60401e7608;p=openocd.git diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h index 85d4c0a5c8..cf82661254 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -4,6 +4,9 @@ * * * Copyright (C) 2008 by David T.L. Wong * * * + * Copyright (C) 2011 by Drasko DRASKOVIC * + * drasko.draskovic@gmail.com * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -15,22 +18,17 @@ * 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 - -#include +#ifndef OPENOCD_TARGET_MIPS_M4K_H +#define OPENOCD_TARGET_MIPS_M4K_H struct target; #define MIPSM4K_COMMON_MAGIC 0xB321B321 -struct mips_m4k_common -{ +struct mips_m4k_common { uint32_t common_magic; bool is_pic32mx; struct mips32_common mips32; @@ -43,4 +41,6 @@ target_to_m4k(struct target *target) struct mips_m4k_common, mips32); } -#endif /*MIPS_M4K_H*/ +extern const struct command_registration mips_m4k_command_handlers[]; + +#endif /* OPENOCD_TARGET_MIPS_M4K_H */