mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-04 14:36:55 +00:00
separate the function definitions into debug/release directories to better distinguish debug/release libraries v1 -> v2: - sbuf_get is defined in 'debug/sbuf.c' but not used anywhere. remove the declaration in 'include/debug/sbuf.h' and keep the definition in 'debug/sbuf.c' in case it will used later. - sbuf_put and sbuf_share_setup is not used under RELEASE version. remove the file 'release/sbuf.c'. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> |
||
---|---|---|
.. | ||
console.h | ||
dump.h | ||
logmsg.h | ||
npk_log.h | ||
profiling_internal.h | ||
profiling.h | ||
sbuf.h | ||
trace.h | ||
vuart.h |