X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Foocd_trace.h;h=dfa6449e4ef79bc49e24aa237cb7bdb0f98a2143;hp=77e985fbb612f86b79437261093e83b56f60514c;hb=8c1ec4f0e1a7dd37a2549d83b6cd5c8c57eb34aa;hpb=3d6bcf07921753141a3905ee5619724573460cb3 diff --git a/src/target/oocd_trace.h b/src/target/oocd_trace.h index 77e985fbb6..dfa6449e4e 100644 --- a/src/target/oocd_trace.h +++ b/src/target/oocd_trace.h @@ -30,12 +30,12 @@ /* 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 +59,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 */