jtag/drivers/kitprog: Enable LOG_DEBUG_IO
[fw/openocd] / src / jtag / drivers / rlink_ep1_cmd.h
index 00b19eee6bfdabd09bae185476b6f54b0ed5f88b..3f9f2b3811d35ce641b6edb809bdd65da17b0d8b 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.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#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 <rob@cobbleware.com>.
@@ -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 */