mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +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>