aboutsummaryrefslogtreecommitdiffstats
path: root/src/framework/common
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:36:34 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:53:35 +0800
commit3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 (patch)
treeffd702b15322b978936cd19e5a4c4e40b78c46ca /src/framework/common
parent415f9ac8797c22c45364c38bb0dcfc1f5c202bf7 (diff)
Clean up the src and update the doc
Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'src/framework/common')
-rw-r--r--src/framework/common/base/include/common_pal_bitwide_adjust.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/framework/common/base/include/common_pal_bitwide_adjust.h b/src/framework/common/base/include/common_pal_bitwide_adjust.h
index 850742b..96ae54e 100644
--- a/src/framework/common/base/include/common_pal_bitwide_adjust.h
+++ b/src/framework/common/base/include/common_pal_bitwide_adjust.h
@@ -26,26 +26,6 @@
#include "common_func.h"
-#ifndef _UT_FUN_DISABLE_
-/*define struct for UT restore global variant*/
-struct ut_adjust_global
-{
- void **ut_PrimAddr2LocalMap;
- uint64_t *ut_LocalAddr2PrimMap;
- void *ut_LocalBaseAddr;
- void *ut_LocalMaxAddr;
- void *ut_LocalCfgAddrBase;
- uint64_t ut_PrimBaseAddr;
- uint64_t ut_PrimMaxAddr;
- uint64_t ut_PrimCfgAddrBase;
- int ut_PrimSameFlg;
- uint64_t ut_LBitMask;
- int ut_LBitMaskLen;
- struct common_mem_memseg *ut_PMemSegArry;
- void **ut_LMegAddrArry;
-};
-#endif
-
#define ALIGN_SIZET(size) ((uint64_t)(size))
#define ALIGN_PTR(PTR) ((uint64_t)(PTR))