hla: API: specify that read_reg/write_reg use regsel as parameter
[fw/openocd] / src / jtag / drivers / rlink_st7.h
index 976d9017fd26ee169f77258cd6db5b27cd115d53..3d573e72ceadd9a86b44f0e105b4c3129939b022 100644 (file)
@@ -16,6 +16,9 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
+#ifndef OPENOCD_JTAG_DRIVERS_RLINK_ST7_H
+#define OPENOCD_JTAG_DRIVERS_RLINK_ST7_H
+
 #define ST7_FOSC               (12 * 1000000)
 
 /* This is not a complete enumeration of ST7 registers, but it is sufficient for this interface driver. */
 #define ST7_PF5                        (1 << 5)
 #define ST7_PF6                        (1 << 6)
 #define ST7_PF7                        (1 << 7)
+
+#endif /* OPENOCD_JTAG_DRIVERS_RLINK_ST7_H */