aboutsummaryrefslogtreecommitdiff
path: root/vboxlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'vboxlog.h')
-rw-r--r--vboxlog.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/vboxlog.h b/vboxlog.h
deleted file mode 100644
index 559566b..0000000
--- a/vboxlog.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef VBOXDLOG_H
-#define VBOXDLOG_H
-
-#include <conio.h>
-
-/** Logs a single character to the VBox debug message port. */
-static inline void vbox_log_putc(char c)
-{
- outp(0x504, c);
-}
-
-#endif // VBOXDLOG_H