openocd/src/xsvf
Zachary T Welch 896ac8d4ef allow #include directives to use module name
Includes the src directory in the search path, so header files may be
migrated from:

  #include "foo.h"

to
  #include <module/foo.h>

which is more conducive for installation.
2009-12-03 01:54:15 -08:00
..
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
xsvf.c {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
xsvf.h command_context_t -> struct command_context 2009-11-13 13:25:47 -08:00