summaryrefslogtreecommitdiff
path: root/int-bios.h
blob: 83676f9c86729ecd4117f1f81b713ca200452f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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