]> git.sur5r.net Git - openocd/blobdiff - src/target/mips_m4k.h
Make #include guard naming consistent
[openocd] / src / target / mips_m4k.h
index 5a9ed77c46423ad6fe8c21df8f624da40c55e7ca..cf826612549960c6e646af90761aed1a6dcfcea9 100644 (file)
  *   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 <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef MIPS_M4K_H
-#define MIPS_M4K_H
-
-#include <helper/types.h>
+#ifndef OPENOCD_TARGET_MIPS_M4K_H
+#define OPENOCD_TARGET_MIPS_M4K_H
 
 struct target;
 
@@ -47,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 */