summaryrefslogtreecommitdiff
path: root/graphics/hpoj/files/extra-patch-mlcd-ParPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hpoj/files/extra-patch-mlcd-ParPort.h')
-rw-r--r--graphics/hpoj/files/extra-patch-mlcd-ParPort.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/hpoj/files/extra-patch-mlcd-ParPort.h b/graphics/hpoj/files/extra-patch-mlcd-ParPort.h
new file mode 100644
index 000000000000..ae352910e700
--- /dev/null
+++ b/graphics/hpoj/files/extra-patch-mlcd-ParPort.h
@@ -0,0 +1,14 @@
+--- mlcd/ParPort.h.orig Sat May 24 08:02:19 2003
++++ mlcd/ParPort.h Sat May 24 07:59:13 2003
+@@ -27,6 +27,11 @@
+
+ #define ERROR_NO_DATA ERROR /* TODO: Remove. */
+
++extern "C" {
++extern u_char inb (u_int port);
++extern void outb(u_int port, u_char data);
++}
++
+ class ParPort {
+ protected: // ATTRIB
+ int portType;