Search
lxdream.org :: lxdream/src/gdrom/gdrom.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/gdrom.h
changeset 489:45c8ddcf52cb
prev468:3a49695e081a
next492:84e33e4dda1c
author nkeynes
date Sun Nov 04 05:07:49 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Test for presence of linux/cdrom.h at configure time, and only build the
linux driver if it's found successfully
file annotate diff log raw
1.1 --- a/src/gdrom/gdrom.h Sun Oct 28 07:23:46 2007 +0000
1.2 +++ b/src/gdrom/gdrom.h Sun Nov 04 05:07:49 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gdrom.h,v 1.14 2007-10-28 07:23:46 nkeynes Exp $
1.6 + * $Id: gdrom.h,v 1.15 2007-11-04 05:07:49 nkeynes Exp $
1.7 *
1.8 * This file defines the structures and functions used by the GD-Rom
1.9 * disc driver. (ie, the modules that supply a CD image to be used by the
1.10 @@ -163,7 +163,7 @@
1.11
1.12 extern struct gdrom_image_class nrg_image_class;
1.13 extern struct gdrom_image_class cdi_image_class;
1.14 -extern struct gdrom_image_class linux_device_class;
1.15 +extern struct gdrom_image_class cdrom_device_class;
1.16
1.17 /**
1.18 * Construct a new image file using the default methods.
.