Add get_blocksize. There may be some breakage as I haven't tested all of the

various drivers yet.
This commit is contained in:
rocky
2005-01-20 05:07:00 +00:00
parent fb07d7d0fe
commit d6b930e6cc
7 changed files with 78 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: generic.h,v 1.8 2005/01/20 01:00:52 rocky Exp $
$Id: generic.h,v 1.9 2005/01/20 05:07:00 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -157,6 +157,12 @@ extern "C" {
*/
const cdtext_t *get_cdtext_generic (void *p_user_data, track_t i_track);
/*!
Get the block size for subsequest read requests, via a SCSI MMC
MODE_SENSE 6 command.
*/
int get_blocksize_generic (void *p_user_data);
/*!
Return the number of of the first track.
CDIO_INVALID_TRACK is returned on error.