Move another routine from mmc.c into mmc_hl_cmds.c

This commit is contained in:
R. Bernstein
2010-02-11 06:35:22 -05:00
parent 74762179d2
commit ff49db8449
5 changed files with 52 additions and 53 deletions

View File

@@ -657,14 +657,6 @@ mmc_audio_read_subchannel (CdIo_t *p_cdio,
*/
lsn_t mmc_get_disc_last_lsn( const CdIo_t *p_cdio );
/**
Close tray using a MMC START STOP UNIT command.
@param p_cdio the CD object to be acted upon.
@return DRIVER_OP_SUCCESS (0) if we got the status.
return codes are the same as driver_return_code_t
*/
driver_return_code_t mmc_close_tray( CdIo_t *p_cdio );
/**
Return the discmode as reported by the MMC Read (FULL) TOC
command.