From 3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 Mon Sep 17 00:00:00 2001 From: Yalei Wang Date: Tue, 13 Mar 2018 16:36:34 +0800 Subject: Clean up the src and update the doc Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang --- .../common/base/include/common_pal_bitwide_adjust.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/framework/common/base') 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)) -- cgit 1.2.3-korg