Cleanup roctracer_hsa.h

Remove declarations that are not meant to be part of the public API.

Change-Id: I47d9e83bf41bdb2f7ac25a1507200b51c616049b
This commit is contained in:
Laurent Morichetti
2022-06-09 22:02:00 -07:00
committed by Laurent Morichetti
parent e282a82e29
commit 05d3cf3529
3 changed files with 14 additions and 25 deletions
+2 -1
View File
@@ -27,8 +27,9 @@
#include <utility>
#include <variant>
#include <cxxabi.h> /* names denangle */
#include <cxxabi.h> /* kernel name demangling */
#include <dirent.h>
#include <hsa/hsa_api_trace.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>