#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