X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Frlink_dtc_cmd.h;h=ff9e8b25fcfe5a42a6a641652c1534c056231584;hb=ffb93ef37134afcbed2ac958918c95d66f86b7a3;hp=239f196a55ff92986969e02ccc010dd6f5a79972;hpb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;p=openocd.git diff --git a/src/jtag/drivers/rlink_dtc_cmd.h b/src/jtag/drivers/rlink_dtc_cmd.h index 239f196a55..ff9e8b25fc 100644 --- a/src/jtag/drivers/rlink_dtc_cmd.h +++ b/src/jtag/drivers/rlink_dtc_cmd.h @@ -16,6 +16,9 @@ * along with this program. If not, see . * ***************************************************************************/ +#ifndef OPENOCD_JTAG_DRIVERS_RLINK_DTC_CMD_H +#define OPENOCD_JTAG_DRIVERS_RLINK_DTC_CMD_H + /* A command position with the high nybble of 0x0 is reserved for an error condition. * If executed, it stops the DTC and raises the ERROR flag */ @@ -69,3 +72,5 @@ /* A shared status byte is updated with bit 0 set when this has happened, * and it is cleared when a new command buffer becomes ready. * The host can poll that byte to see when it is safe to read a reply. */ + +#endif /* OPENOCD_JTAG_DRIVERS_RLINK_DTC_CMD_H */