jtag/drivers/kitprog: Enable LOG_DEBUG_IO
[fw/openocd] / src / jtag / drivers / rlink.h
index 02170606161d4dbd82fb76a6030dff38202c09c7..74b62580c2e17b2fd6be6baab4b15d75a2a56e16 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/>. *
  ***************************************************************************/
 
-#include <helper/types.h>
+#ifndef OPENOCD_JTAG_DRIVERS_RLINK_H
+#define OPENOCD_JTAG_DRIVERS_RLINK_H
 
 struct rlink_speed_table {
        uint8_t const *dtc;
@@ -29,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 */