Added the options calc_checksum to the flash driver.
[fw/openocd] / src / target / trace.h
index f0e92f94b0deafb0672077e5a910e1bc30f912fc..92613161aa7203d8a41ebc5a8ddafc7a7247234f 100644 (file)
 #ifndef TRACE_H
 #define TRACE_H
 
-#include "target.h"
-#include "command.h"
 #include "types.h"
 
+struct target_s;
+struct command_context_s;
+
 typedef struct trace_point_s
 {
        u32 address;