mmc_direction_t -> cdio_mmc_direction_t

This commit is contained in:
rocky
2006-03-17 19:06:51 +00:00
parent 34a20c65e2
commit 69ecb8d916
2 changed files with 11 additions and 9 deletions

View File

@@ -1,8 +1,9 @@
/*
$Id: solaris.c,v 1.10 2005/04/23 01:16:19 rocky Exp $
$Id: solaris.c,v 1.11 2006/03/17 19:06:51 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2002, 2003, 2004, 2005, 2006
Rocky Bernstein <rocky@panix.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -38,7 +39,7 @@
#ifdef HAVE_SOLARIS_CDROM
static const char _rcsid[] = "$Id: solaris.c,v 1.10 2005/04/23 01:16:19 rocky Exp $";
static const char _rcsid[] = "$Id: solaris.c,v 1.11 2006/03/17 19:06:51 rocky Exp $";
#ifdef HAVE_GLOB_H
#include <glob.h>
@@ -280,7 +281,7 @@ init_solaris (_img_private_t *p_env)
static driver_return_code_t
run_mmc_cmd_solaris( void *p_user_data, unsigned int i_timeout_ms,
unsigned int i_cdb, const mmc_cdb_t *p_cdb,
mmc_direction_t e_direction,
cdio_mmc_direction_t e_direction,
unsigned int i_buf, /*in/out*/ void *p_buf )
{
const _img_private_t *p_env = p_user_data;