summaryrefslogtreecommitdiff
path: root/int-bios.h
blob: 2c1c4eefddac950a4653c3f9617b7d3812be4bdb (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