Bochs/bochs/iodev/cdrom_beos.h

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