update files to correct FSF address
[fw/openocd] / src / target / mips_m4k.h
index 11a936fc6362d733115b9c4cdb81cce260ce5b2c..de990599c57532996dc46d5165bed466ffdf99b8 100644 (file)
  *   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 <helper/types.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;