X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fxsvf%2Fxsvf.h;h=3f35aea5233a689ca090571ba4763b6ccc7e9b06;hb=ba2fbe22470915359e1905aaad4c613eacbdf6dc;hp=93cccf0ae0d28104b09e82a2e7f99be4e344d5d5;hpb=994a63c3fee11b8c65891ead6b03b2b716044541;p=openocd.git diff --git a/src/xsvf/xsvf.h b/src/xsvf/xsvf.h index 93cccf0ae0..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 -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 */