aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/iodev/cdrom_beos.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/iodev/cdrom_beos.h')
-rw-r--r--tools/ioemu/iodev/cdrom_beos.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/ioemu/iodev/cdrom_beos.h b/tools/ioemu/iodev/cdrom_beos.h
new file mode 100644
index 0000000000..8a22d5c0f8
--- /dev/null
+++ b/tools/ioemu/iodev/cdrom_beos.h
@@ -0,0 +1,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