libcdio  2.1.0
mmc_cmds.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2010, 2012 Rocky Bernstein <rocky@gnu.org>
3 
4  This program is free software: you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation, either version 3 of the License, or
7  (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17 
23 #ifndef CDIO_MMC_CMDS_H_
24 #define CDIO_MMC_CMDS_H_
25 
26 #include <cdio/mmc.h>
27 #include <cdio/mmc_ll_cmds.h>
28 #include <cdio/mmc_hl_cmds.h>
29 
30 #endif /* CDIO_MMC_CMDS_H_ */
31 
32 /*
33  * Local variables:
34  * c-file-style: "gnu"
35  * tab-width: 8
36  * indent-tabs-mode: nil
37  * End:
38  */
Higher-level MMC commands which build on top of the lower-level MMC commands.
Common definitions for MMC (Multimedia Commands). Applications include this for direct MMC access...
Wrappers for specific Multimedia Command (MMC) commands e.g., READ DISC, START/STOP UNIT...