Bochs/bochs/iodev/cdrom_beos.h
2001-12-07 18:58:24 +00:00

11 lines
199 B
C

#ifndef CDROM_BEOS_H
#define CDROM_BEOS_H
#include <stddef.h> //for off_t
off_t GetNumDeviceBlocks(int fd, int block_size);
int GetLogicalBlockSize(int fd);
int GetDeviceBlockSize(int fd);
#endif