]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/output.h
More ICH2-specific code diked out.
[netwatch.git] / include / output.h
index f49ef59e422b04bcc243321d4aedc4c17cd4edaa..7964f0304a3d32f51df8fffefd881f9322cfb1d7 100644 (file)
@@ -1,7 +1,23 @@
+/* output.h
+ * Definitions for needed output routines
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree. 
+ *
+ */
+
 #ifndef __OUTPUT_H
 #define __OUTPUT_H
 
 extern void (*output)(const char *s);
 extern void (*outputf)(const char *s, ...);
 
+#if DEBUG80
+#define DBG(x) outb(0x80, x)
+#else
+#define DBG(x)
+#endif
+
 #endif
This page took 0.021412 seconds and 4 git commands to generate.