7e452fdc8f
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1134033]
[ROCm/ROCR-Runtime commit: 13d77a9c6b]
13 строки
261 B
C
Исполняемый файл
13 строки
261 B
C
Исполняемый файл
#ifndef HSA_PERF_SRC_UTILS_OS_H_
|
|
#define HSA_PERF_SRC_UTILS_OS_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
// Set envriroment variable
|
|
void SetEnv(const char* env_var_name, const char* env_var_value);
|
|
|
|
// Get the value of enviroment
|
|
char* GetEnv(const char* env_var_name);
|
|
|
|
#endif
|