mips: optimize CP0 read/write code
[fw/openocd] / src / xsvf / xsvf.h
index 93cccf0ae0d28104b09e82a2e7f99be4e344d5d5..508e603cceb3369e3945158115b26b9d276d7de5 100644 (file)
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
 #ifndef XSVF_H
 #define XSVF_H
 
-#include "command.h"
+#include <helper/command.h>
 
-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 */