- compilation fixes for MSVC toolkit 2003
[bochs-mirror.git] / iodev / cdrom_beos.h
blobee21a6d52d8f50fadb6ddc453b15d3427617fc56
1 /////////////////////////////////////////////////////////////////////////
2 // $Id: cdrom_beos.h,v 1.2 2006/04/27 15:11:45 sshwarts Exp $
3 /////////////////////////////////////////////////////////////////////////
5 #ifndef CDROM_BEOS_H
6 #define CDROM_BEOS_H
8 #include <stddef.h> //for off_t
10 off_t GetNumDeviceBlocks(int fd, int block_size);
11 int GetLogicalBlockSize(int fd);
12 int GetDeviceBlockSize(int fd);
14 #endif