]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_dbg.h
16_pm worked on~
[16.git] / src / lib / 16_dbg.h
index 9aaf9644c1757ef922bec2c51c10d536e9dd290a..58c5a05a33b0f3ecb5f0b9f278dc6a2fa8c728f2 100755 (executable)
@@ -1,25 +1,25 @@
-
-#ifndef _SRC_LIB_16_DBG
-#define _SRC_LIB_16_DBG
-
-# ifdef DEBUGSERIAL
-#  include <hw/8250/8250.h>
-
-void _DEBUGF(const char *fmt,...);
-void _DEBUG(const char *msg);
-int _DEBUG_INIT();
-# else
-static inline void _DEBUGF(const char *fmt,...) {
-       // NOTHING
-}
-static inline void _DEBUG(const char *msg) {
-       // NOTHING
-}
-
-static inline int _DEBUG_INIT() {
-       // NOTHING
-       return -1;
-}
-# endif
-#endif // _SRC_LIB_16_DBG
-
+\r
+#ifndef _SRC_LIB_16_DBG\r
+#define _SRC_LIB_16_DBG\r
+\r
+# ifdef DEBUGSERIAL\r
+#  include <hw/8250/8250.h>\r
+\r
+void _DEBUGF(const char *fmt,...);\r
+void _DEBUG(const char *msg);\r
+int _DEBUG_INIT();\r
+# else\r
+static inline void _DEBUGF(const char *fmt,...) {\r
+       // NOTHING\r
+}\r
+static inline void _DEBUG(const char *msg) {\r
+       // NOTHING\r
+}\r
+\r
+static inline int _DEBUG_INIT() {\r
+       // NOTHING\r
+       return -1;\r
+}\r
+# endif\r
+#endif // _SRC_LIB_16_DBG\r
+\r