mmc_util.{c,h} Break simpler non-dependent mmc helper or utility routines from mmc.{c,h}

This commit is contained in:
R. Bernstein
2010-02-22 15:18:59 -05:00
parent f23ca9a9da
commit c10bee26b6
8 changed files with 572 additions and 487 deletions

View File

@@ -30,6 +30,9 @@
extern "C" {
#endif /* __cplusplus */
#include <cdio/types.h>
#include <cdio/cdio.h>
/** The type of an drive capability bit mask. See below for values*/
typedef uint32_t cdio_drive_read_cap_t;
typedef uint32_t cdio_drive_write_cap_t;