ECR #333755 - Fixed linux compilation of undefined functions.

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133906]


[ROCm/ROCR-Runtime commit: 533bad8360]
このコミットが含まれているのは:
Ding, Wei (xN/A) TX
2015-03-24 14:28:03 -05:00
コミット db18f760f7
+8 -5
ファイルの表示
@@ -5,9 +5,10 @@
#include "hsa.h"
#include "hsa_ext_finalize.h"
#ifdef __cplusplus
extern "C" {
#if defined(_MSC_VER)
#ifdef __cplusplus
extern "C" {
#endif
#endif
hsa_status_t ModuleCreateFromHsailTextFile(
@@ -39,8 +40,10 @@ hsa_status_t ModuleDisassemble(
const char *hsail_text_filename
);
#ifdef __cplusplus
}
#if defined(_MSC_VER)
#ifdef __cplusplus
}
#endif
#endif