diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:20:31 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:20:31 -0800 |
commit | 5d57cad00136ac4191483ff5c04d8795c8ea3bde (patch) | |
tree | 6d72b0561316e4a34adceb39d4624bcc450bf356 /src/svf | |
parent | 4bbe7d174f1d307487db1db86da62676a8a9fb6c (diff) | |
download | riscv-openocd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.zip riscv-openocd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.tar.gz riscv-openocd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.tar.bz2 |
normalize headers to make changing easier
These headers need minor tweaks to paves the way for wholesale
scripted coversion of the header files.
Diffstat (limited to 'src/svf')
-rw-r--r-- | src/svf/svf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svf/svf.h b/src/svf/svf.h index 20a3555..f22fc3a 100644 --- a/src/svf/svf.h +++ b/src/svf/svf.h @@ -20,7 +20,7 @@ #ifndef SVF_H #define SVF_H -#include "command.h" +#include "jtag.h" int svf_register_commands(struct command_context *cmd_ctx); |