Make #include guard naming consistent
[fw/openocd] / src / jtag / drivers / rlink_ep1_cmd.h
index b30e1bb16757c3fa3b125b6b96d5eef4e32ee809..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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, 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 */