summaryrefslogtreecommitdiff
path: root/emulators/bochs/patches/patch-ag
blob: 687c91a728c34890bacf3f70050485ed3f2db65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.3 2002/05/14 13:52:52 fredb Exp $

--- iodev/cdrom.h.orig	Fri Feb  1 10:46:28 2002
+++ iodev/cdrom.h
@@ -49,6 +49,9 @@
   // Read a single block from the CD
   void read_block(uint8* buf, int lba);
 
+  // Start (spin up) the CD.
+  int start_cdrom();
+
 private:
   int fd;
   char *path;