flash: use correct device_id mask
[fw/openocd] / src / svf / svf.h
index 329fea93b1a9f4d2337554a0858d56862f39c20b..0fd38fb624dc827c4f3db91d5e957a9a686311aa 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef SVF_H
 #define SVF_H
 
-#include "command.h"
+#include <jtag/jtag.h>
 
-int svf_register_commands(struct command_context_s *cmd_ctx);
+int svf_register_commands(struct command_context *cmd_ctx);
 
 /**
  * svf_add_statemove() moves from the current state to @a goal_state.