Search
lxdream.org :: lxdream/src/gdrom/gddriver.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/gddriver.h
changeset 1030:864417a57662
prev1025:f32183d273fb
author nkeynes
date Wed Oct 07 17:53:56 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Create a host attachment for the SCIF serial port. By default, uses /dev/console
Add general fd listening to netutil, and rename to ioutil
Add SCIF update on port read/write - fixes KOS timing problems but needs to
be redone properly.
file annotate diff log raw
1.1 --- a/src/gdrom/gddriver.h Sat Jun 13 07:03:51 2009 +0000
1.2 +++ b/src/gdrom/gddriver.h Wed Oct 07 17:53:56 2009 +1000
1.3 @@ -258,4 +258,9 @@
1.4 */
1.5 void mmc_parse_toc2( gdrom_disc_t disc, unsigned char *buf );
1.6
1.7 +/**
1.8 + * Set the disc type flag based on the track contents
1.9 + */
1.10 +void gdrom_set_disc_type( gdrom_disc_t disc );
1.11 +
1.12 #endif /* !lxdream_gddriver_H */
.