aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/iodev/cdrom_beos.h
blob: 8a22d5c0f835151cdc7eeb5255d46f34bfd857f3 (plain)
1
2
3
4
5
6
7
8
9
10
#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