libzypp 17.31.23
|
#include "cdtools.h"
#include <sys/ioctl.h>
#include <linux/cdrom.h>
#include <fcntl.h>
#include <unistd.h>
#include <zypp-core/base/LogControl.h>
#include <zypp-core/ExternalProgram.h>
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Easy-to use interface to the ZYPP dependency resolver. | |
namespace | zypp::media |
Macros | |
#define | EJECT_TOOL_PATH "/bin/eject" |
#define EJECT_TOOL_PATH "/bin/eject" |
Definition at line 28 of file cdtools.cc.