Make #include guard naming consistent
[fw/openocd] / src / target / avrt.h
index 18da5fd37eb1f663ad016c56b319bf2c1f4a207a..3610eb5e325d774508be49d9a6325181d7a2eba4 100644 (file)
@@ -16,8 +16,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef AVRT_H
-#define AVRT_H
+#ifndef OPENOCD_TARGET_AVRT_H
+#define OPENOCD_TARGET_AVRT_H
 
 #include <jtag/jtag.h>
 
@@ -34,4 +34,4 @@ int avr_jtag_sendinstr(struct jtag_tap *tap, uint8_t *ir_in, uint8_t ir_out);
 int avr_jtag_senddat(struct jtag_tap *tap, uint32_t *dr_in, uint32_t dr_out,
                int len);
 
-#endif /* AVRT_H */
+#endif /* OPENOCD_TARGET_AVRT_H */