Move get_str_process to common

This commit is contained in:
Dr-Noob
2025-10-15 07:29:53 +02:00
parent 1337ebede4
commit f9d5ba3a1c
3 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,5 @@ struct uarch;
struct uarch* get_uarch_from_hsa(struct gpu_info* gpu, char* gpu_name);
char* get_str_uarch_hsa(struct uarch* arch);
char* get_str_process(struct uarch* arch); // TODO: Shouldnt we define this in the cpp?
#endif