SWDEV-463865 - symbol renamings to prevent conflicts in static build
Change-Id: Id7fbb638c1088c23df52fee877cd790d637b1ffb
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "devhcmessages.hpp"
|
||||
|
||||
#include <vector>
|
||||
namespace amd {
|
||||
|
||||
enum {
|
||||
DESCRIPTOR_OFFSET_FLAG_BEGIN = 0,
|
||||
@@ -133,9 +134,9 @@ void MessageHandler::discardMessage(Message* message) {
|
||||
}
|
||||
|
||||
// Defined in devhcprintf.cpp
|
||||
namespace amd {
|
||||
|
||||
void handlePrintf(uint64_t* output, const uint64_t* input, uint64_t len);
|
||||
} // namespace amd
|
||||
|
||||
|
||||
bool MessageHandler::handlePayload(uint32_t service, uint64_t* payload) {
|
||||
Message* message = nullptr;
|
||||
@@ -178,3 +179,4 @@ bool MessageHandler::handlePayload(uint32_t service, uint64_t* payload) {
|
||||
discardMessage(message);
|
||||
return true;
|
||||
}
|
||||
} // namespace amd
|
||||
Reference in New Issue
Block a user