2 #ifndef _SRC_LIB_16_DBG
3 #define _SRC_LIB_16_DBG
6 # include <hw/8250/8250.h>
8 void _DEBUGF(const char *fmt,...);
9 void _DEBUG(const char *msg);
12 static inline void _DEBUGF(const char *fmt,...) {
15 static inline void _DEBUG(const char *msg) {
19 static inline int _DEBUG_INIT() {
24 #endif // _SRC_LIB_16_DBG