nit: more LOG_* \n fixes
[fw/openocd] / src / jtag / drivers / dummy.c
index c2beb0920cf73dea443eaefc2562b4023657bd9d..8b1e5ecb4c3da492edb39c439ecb46f8bdd0ed8a 100644 (file)
@@ -21,9 +21,9 @@
 #include "config.h"
 #endif
 
-#include "interface.h"
+#include <jtag/interface.h>
 #include "bitbang.h"
-#include "../hello.h"
+#include "hello.h"
 
 
 /* my private tap controller state, which tracks state for calling code */
@@ -164,7 +164,9 @@ static const struct command_registration dummy_command_handlers[] = {
 struct jtag_interface dummy_interface = {
                .name = "dummy",
 
+               .supported = DEBUG_CAP_TMS_SEQ,
                .commands = dummy_command_handlers,
+               .transports = jtag_only,
 
                .execute_queue = &bitbang_execute_queue,