summaryrefslogtreecommitdiff
path: root/int-bios.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-05 18:24:59 -0700
committerPixel <pixel@nobis-crew.org>2009-08-05 18:24:59 -0700
commit6b5b44074fd6bdbbeb59f8d006fb88e0230cf1ef (patch)
treec3559f4579a0ca63b41b766dfeb68f62360a97cc /int-bios.h
parentc579f3458775ca45bd86dcb9b8ef09e7d2a03bdc (diff)
Cleaning up and sanityzing the ioctl subsystem.
Diffstat (limited to 'int-bios.h')
-rw-r--r--int-bios.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/int-bios.h b/int-bios.h
deleted file mode 100644
index 2c1c4ee..0000000
--- a/int-bios.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __INT_BIOS_H__
-#define __INT_BIOS_H__
-
-#include "mpq-bios.h"
-
-/*
- * Internal BIOS functions.
- */
-
-int __mpqlib_seek(struct mpq_archive_t *, uint64_t);
-int __mpqlib_read(struct mpq_archive_t *, void *, uint32_t);
-
-#endif