summaryrefslogtreecommitdiff
path: root/src/xsvf/xsvf.h
Commit message (Collapse)AuthorAgeFilesLines
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-031-1/+1
| | | | | | | | | | | | Changes from the flat namespace to heirarchical one. Instead of writing: #include "command.h" the following form should be used. #include <helper/command.h> The exception is from .c files in the same directory.
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
| | | | Remove misleading typedef and redundant suffix from struct command_context.
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-091-1/+1
| | | | Removes 'extern' keyword from function declarations in header filess.
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+30
git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60