Move addrlib into rocr namespace

This avoids conflicts in case application is loading another copy of
addrlib.

Change-Id: Ifb4a10270c867366d5eed0a8c015257b415189a5
Signed-off-by: Chris Freehill <cfreehil@amd.com>
This commit is contained in:
David Yat Sin
2024-06-05 18:47:44 +00:00
committed by Chris Freehill
parent beb9a42998
commit f1a13b6d87
34 changed files with 75 additions and 37 deletions
@@ -19,6 +19,7 @@
#include "addrcommon.h"
namespace rocr {
using namespace Addr;
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -2152,3 +2153,4 @@ ADDR_E_RETURNCODE ADDR_API Addr3ComputeSlicePipeBankXor(
return returnCode;
}
} //namespace rocr