SWDEV-463865 - symbol renamings to prevent conflicts in static build

Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb


[ROCm/clr commit: b8c2ac4de4]
This commit is contained in:
Ioannis Assiouras
2024-06-04 18:33:00 +01:00
parent 1c94521c1c
commit 0e023d1a0a
17 changed files with 45 additions and 45 deletions
@@ -42,6 +42,8 @@
#endif
#endif
namespace amd {
PacketHeader* HostcallBuffer::getHeader(uint64_t ptr) const {
return headers_ + (ptr & index_mask_);
}
@@ -459,3 +461,4 @@ void disableHostcalls(void* bfr) {
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "Terminated hostcall listener");
}
}
}// namespace amd