acrn-hypervisor/hypervisor/include/debug
Shiqing Gao e8e25bd6fc hv: clean up function definitions in sbuf.h
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>
2018-12-03 15:14:19 +08:00
..
console.h HV: find and hide serial PCI dev from service OS 2018-12-03 13:20:35 +08:00
dump.h hv: clean up function definitions in dump.h 2018-11-28 14:57:49 +08:00
logmsg.h hv: clean up function definitions in logmsg.h 2018-11-28 14:57:49 +08:00
npk_log.h hv: clean up function definitions in npk_log.h 2018-11-28 14:57:49 +08:00
profiling_internal.h HV:debug:profiling Fixed inappropriate condition check 2018-11-06 09:19:33 +08:00
profiling.h hv: clean up function definitions in profiling.h 2018-11-28 14:57:49 +08:00
sbuf.h hv: clean up function definitions in sbuf.h 2018-12-03 15:14:19 +08:00
trace.h hv: clean up function definitions in trace.h 2018-11-28 14:57:49 +08:00
vuart.h hv: clean up function definitions in vuart.h 2018-11-28 14:57:49 +08:00