summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mount.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-09-24 22:39:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-09-24 22:39:09 +0000
commit4b8c59a17adef232c3e1997b47876e7df72bbce3 (patch)
treeb87056ba9d270f0d95616bd4f0a24371a0e372ac /mdk-stage1/mount.h
parent3d99ff7c4a2157502ddeea460cba71bca7ddd061 (diff)
downloaddrakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar.gz
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar.bz2
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar.xz
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.zip
hd.img now detects partition types... backport from DrakX :-)
Diffstat (limited to 'mdk-stage1/mount.h')
-rw-r--r--mdk-stage1/mount.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/mount.h b/mdk-stage1/mount.h
index 992796bde..82795462f 100644
--- a/mdk-stage1/mount.h
+++ b/mdk-stage1/mount.h
@@ -28,4 +28,8 @@
int my_mount(char *dev, char *location, char *fs, int force_rw);
+#ifndef DISABLE_MEDIAS
+int ensure_dev_exists(char *dev);
+#endif
+
#endif