X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fxsvf%2Fxsvf.h;h=3f35aea5233a689ca090571ba4763b6ccc7e9b06;hb=ebe9b7a6611210d185be88697457819f01df43ab;hp=017af882ed6569c4991d6a6c21910395a8d0ca23;hpb=8b4e882a1630d63bbc9840fa3f968e36b6ac3702;p=openocd.git diff --git a/src/xsvf/xsvf.h b/src/xsvf/xsvf.h index 017af882ed..3f35aea523 100644 --- a/src/xsvf/xsvf.h +++ b/src/xsvf/xsvf.h @@ -15,16 +15,17 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ + #ifndef XSVF_H #define XSVF_H -#include "command.h" +#include -extern int xsvf_register_commands(struct command_context_s *cmd_ctx); +int xsvf_register_commands(struct command_context *cmd_ctx); -#define ERROR_XSVF_EOF (-200) -#define ERROR_XSVF_FAILED (-201) +#define ERROR_XSVF_EOF (-200) +#define ERROR_XSVF_FAILED (-201) -#endif /* XSVF_H */ +#endif /* XSVF_H */