Make #include guard naming consistent
[fw/openocd] / src / jtag / drivers / rlink.h
index a591b29c76e3c748c835a0123b5e9ec0bc8e5352..74b62580c2e17b2fd6be6baab4b15d75a2a56e16 100644 (file)
@@ -16,6 +16,9 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#ifndef OPENOCD_JTAG_DRIVERS_RLINK_H
+#define OPENOCD_JTAG_DRIVERS_RLINK_H
+
 struct rlink_speed_table {
        uint8_t const *dtc;
        uint16_t dtc_size;
@@ -25,3 +28,5 @@ struct rlink_speed_table {
 
 extern const struct rlink_speed_table rlink_speed_table[];
 extern const size_t rlink_speed_table_size;
+
+#endif /* OPENOCD_JTAG_DRIVERS_RLINK_H */