target/riscv: Change 'authdata_read' output
[fw/openocd] / src / target / trace.h
index 5eaf8c8412d5326915fdf3ce898498a792e0a9e9..45308c0d8e41a95ea576447704cafe6fe66c4bdf 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   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.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef TRACE_H
-#define TRACE_H
+#ifndef OPENOCD_TARGET_TRACE_H
+#define OPENOCD_TARGET_TRACE_H
 
-#include <helper/types.h>
+#include "helper/types.h"
 
 struct target;
 struct command_context;
@@ -60,4 +58,4 @@ int trace_register_commands(struct command_context *cmd_ctx);
 #define ERROR_TRACE_IMAGE_UNAVAILABLE          (-1500)
 #define ERROR_TRACE_INSTRUCTION_UNAVAILABLE    (-1501)
 
-#endif /* TRACE_H */
+#endif /* OPENOCD_TARGET_TRACE_H */