X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fmips_m4k.h;h=de990599c57532996dc46d5165bed466ffdf99b8;hb=1d0cf0df37a4e831ca3121ba8987d5848cad3e42;hp=11a936fc6362d733115b9c4cdb81cce260ce5b2c;hpb=1be7163408cc6420d85bf990a2dae46c559a12b1;p=openocd.git diff --git a/src/target/mips_m4k.h b/src/target/mips_m4k.h index 11a936fc63..de990599c5 100644 --- a/src/target/mips_m4k.h +++ b/src/target/mips_m4k.h @@ -20,20 +20,17 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef MIPS_M4K_H #define MIPS_M4K_H -#include - 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;