mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
8 lines
154 B
C
8 lines
154 B
C
|
|
int file_open(const char *filename);
|
||
|
|
int lfile_read(void *buf, unsigned long len);
|
||
|
|
int file_seek(unsigned long offset);
|
||
|
|
unsigned long file_size(void);
|
||
|
|
|
||
|
|
|
||
|
|
|