2 #ifndef _SRC_LIB_16_DBG
\r
3 #define _SRC_LIB_16_DBG
\r
6 //#define __DEBUG_PM__
\r
7 //#define __DEBUG_MM__
\r
10 # include <hw/8250/8250.h>
\r
12 void _DEBUGF(const char *fmt,...);
\r
13 void _DEBUG(const char *msg);
\r
16 static inline void _DEBUGF(const char *fmt,...) {
\r
19 static inline void _DEBUG(const char *msg) {
\r
23 static inline int _DEBUG_INIT() {
\r
28 #endif // _SRC_LIB_16_DBG
\r