[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

@@ -24,6 +24,7 @@
#include <dev/driver.h>
#include <assert.h>
#include <err.h>
#include <trace.h>
extern struct device __devices[];
extern struct device __devices_end[];