Files
rocm-systems/samples/common/os.h
T
Ramesh Errabolu (xN/A) TX 13d77a9c6b ECR #333755 - Updates to build Hsa Samples on Windows for Non-Prm branch
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1134033]
2015-03-24 19:17:26 -05:00

13 lines
261 B
C
Executable File

#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