summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2009-07-28 11:28:49 +0100
committerforsyth <forsyth@vitanuova.com>2009-07-28 11:28:49 +0100
commit560dc2e2a37e7e04e86569d3c540dc02d73e59a9 (patch)
tree1c20ee47d4113e1b800da3e40bf845d6f0068dfb /emu
parent52a88e927b8903269cd0fcc5e28fbe8a2f20f2d9 (diff)
20090728-1128
Diffstat (limited to 'emu')
-rw-r--r--emu/Linux/emu1
-rw-r--r--emu/port/devtab.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/emu/Linux/emu b/emu/Linux/emu
index 1edbdf1b..b35aad47 100644
--- a/emu/Linux/emu
+++ b/emu/Linux/emu
@@ -56,6 +56,7 @@ port
cache
chan
dev
+ devtab
dial
dis
diff --git a/emu/port/devtab.c b/emu/port/devtab.c
new file mode 100644
index 00000000..cc77a035
--- /dev/null
+++ b/emu/port/devtab.c
@@ -0,0 +1,5 @@
+void
+placeholderonly(void)
+{
+ /* just in case some host compiler hates empty files */
+}