From 6b5b44074fd6bdbbeb59f8d006fb88e0230cf1ef Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 5 Aug 2009 18:24:59 -0700 Subject: Cleaning up and sanityzing the ioctl subsystem. --- int-bios.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 int-bios.h (limited to 'int-bios.h') 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 -- cgit v1.2.3