X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Frlink_ep1_cmd.h;h=3f9f2b3811d35ce641b6edb809bdd65da17b0d8b;hp=b30e1bb16757c3fa3b125b6b96d5eef4e32ee809;hb=da4b2d5beb5ff19af8099d15f6a44513703f355c;hpb=865efd828a267992db0f2a92a731c5ce23a34236 diff --git a/src/jtag/drivers/rlink_ep1_cmd.h b/src/jtag/drivers/rlink_ep1_cmd.h index b30e1bb167..3f9f2b3811 100644 --- a/src/jtag/drivers/rlink_ep1_cmd.h +++ b/src/jtag/drivers/rlink_ep1_cmd.h @@ -13,11 +13,12 @@ * 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 . * ***************************************************************************/ +#ifndef OPENOCD_JTAG_DRIVERS_RLINK_EP1_CMD_H +#define OPENOCD_JTAG_DRIVERS_RLINK_EP1_CMD_H + /* * Command opcodes that can be sent over endpoint 1. * This codifies information provided by Rob Brown . @@ -55,3 +56,5 @@ #define EP1_CMD_MEMORY_WRITE (0x29) #define EP1_CMD_GET_FWREV (0xfe) #define EP1_CMD_GET_SERIAL (0xff) + +#endif /* OPENOCD_JTAG_DRIVERS_RLINK_EP1_CMD_H */