summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.h
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-03 06:13:24 +0000
committerMike Fulbright <msf@redhat.com>2002-12-03 06:13:24 +0000
commit9770fb1de1911f7ceeabe647ce6b446415163bed (patch)
tree11752f5ac05b9f03150f605131ed1a07a9acf21b /loader2/hdinstall.h
parent4ce2b2e23978be5e870993e1da3f9225ad3d8ef9 (diff)
downloadanaconda-9770fb1de1911f7ceeabe647ce6b446415163bed.tar.gz
anaconda-9770fb1de1911f7ceeabe647ce6b446415163bed.tar.xz
anaconda-9770fb1de1911f7ceeabe647ce6b446415163bed.zip
added hd install support
Diffstat (limited to 'loader2/hdinstall.h')
-rw-r--r--loader2/hdinstall.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/loader2/hdinstall.h b/loader2/hdinstall.h
new file mode 100644
index 000000000..578fd94b7
--- /dev/null
+++ b/loader2/hdinstall.h
@@ -0,0 +1,10 @@
+#ifndef H_HDINSTALL
+#define H_HDINSTALL
+
+
+char * mountHardDrive(struct installMethod * method,
+ char * location, struct knownDevices * kd,
+ moduleInfoSet modInfo, moduleList modLoaded,
+ moduleDeps * modDepsPtr, int flags);
+
+#endif