[libc] move tracing out of debug into separate trace.h

Change-Id: I7476fc17b587a0ea2a42cbe3d49b72063e4c5dc8
Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
Dima Zavin
2013-06-13 01:15:26 -07:00
parent ed48ef278f
commit e8a9b4b7a4
41 changed files with 82 additions and 14 deletions

View File

@@ -22,6 +22,7 @@
*/
#include <err.h>
#include <debug.h>
#include <trace.h>
#include <target.h>
#include <compiler.h>
#include <dev/gpio.h>