Improve in-source documentation that was causing Doxygen warnings.
[fw/openocd] / src / target / oocd_trace.h
index 77e985fbb612f86b79437261093e83b56f60514c..6c3f7f922dace1feae10d6a1e43314eb10d6cc79 100644 (file)
 #ifndef OOCD_TRACE_H
 #define OOCD_TRACE_H
 
-#include "command.h"
-
 #include "etm.h"
 
 #include <termios.h>
-#include <unistd.h>
 
 /* registers */
 enum
 {
-    OOCD_TRACE_ID = 0x7,
-    OOCD_TRACE_ADDRESS = 0x0,
-    OOCD_TRACE_TRIGGER_COUNTER = 0x01,
-    OOCD_TRACE_CONTROL = 0x2,
-    OOCD_TRACE_STATUS = 0x3,
-    OOCD_TRACE_SDRAM_COUNTER = 0x4,
+       OOCD_TRACE_ID = 0x7,
+       OOCD_TRACE_ADDRESS = 0x0,
+       OOCD_TRACE_TRIGGER_COUNTER = 0x01,
+       OOCD_TRACE_CONTROL = 0x2,
+       OOCD_TRACE_STATUS = 0x3,
+       OOCD_TRACE_SDRAM_COUNTER = 0x4,
 };
 
 /* commands */
@@ -59,6 +56,4 @@ typedef struct oocd_trace_s
 
 extern etm_capture_driver_t oocd_trace_capture_driver;
 
-extern int oocd_trace_register_commands(struct command_context_s *cmd_ctx);
-
 #endif /* OOCD_TRACE_TRACE_H */