2 #ifndef _SRC_LIB_16_DBG
\r
3 #define _SRC_LIB_16_DBG
\r
5 #include "src/lib/16_head.h"
\r
6 #include "src/lib/16_tdef.h"
\r
9 #define __DEBUG_InputMgr__
\r
10 //#define __DEBUG_PM__
\r
11 //#define __DEBUG_MM__
\r
16 extern boolean dbg_debugpm;
\r
18 #ifdef __DEBUG_InputMgr__
\r
19 extern boolean dbg_testkeyin,dbg_testcontrolnoisy;
\r
21 extern boolean dbg_nommpmca;
\r
25 # include <hw/8250/8250.h>
\r
27 void _DEBUGF(const char *fmt,...);
\r
28 void _DEBUG(const char *msg);
\r
31 static inline void _DEBUGF(const char *fmt,...) {
\r
34 static inline void _DEBUG(const char *msg) {
\r
38 static inline int _DEBUG_INIT() {
\r
43 #endif // _SRC_LIB_16_DBG
\r