diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-08 14:31:40 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-08 14:31:40 +0000 |
commit | 79b0b922a6ea711a1118a013ebba89651cf62518 (patch) | |
tree | a62f1b66b017f4e8aaa02981595d07e4e60ff398 /loader/cdrom.h | |
parent | 1d9d19780eb69a1a91f37d0e6308396978159c33 (diff) | |
download | anaconda-79b0b922a6ea711a1118a013ebba89651cf62518.tar.gz anaconda-79b0b922a6ea711a1118a013ebba89651cf62518.tar.xz anaconda-79b0b922a6ea711a1118a013ebba89651cf62518.zip |
*** empty log message ***
Diffstat (limited to 'loader/cdrom.h')
-rw-r--r-- | loader/cdrom.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/loader/cdrom.h b/loader/cdrom.h new file mode 100644 index 000000000..44c92e18c --- /dev/null +++ b/loader/cdrom.h @@ -0,0 +1,12 @@ +#ifndef H_LOADER_CDROM +#define H_LOADER_CDROM + +#include "isys/isys.h" +#include "isys/probe.h" + +#include "modules.h" + +int setupCDdevice(struct knownDevices * kd, moduleInfoSet modInfo, + moduleList modLoaded, moduleDeps modDeps, int flags); + +#endif |