Start to split off specific mmc commands from the lower-level internals.

This commit is contained in:
R. Bernstein
2010-02-06 11:59:35 -05:00
parent 9cbaad6247
commit 1687e2633f
11 changed files with 571 additions and 484 deletions

View File

@@ -27,6 +27,7 @@
#include <cdio/cd_types.h>
#include <cdio/logging.h>
#include "cdio_private.h"
#include <cdio/mmc_cmds.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>