summaryrefslogtreecommitdiffstats
path: root/loader/loader.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-27 07:28:31 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-27 07:28:31 +0000
commit39dc7a24d8687f7048e628226453aa86f4c6fe02 (patch)
tree3850ce3d7662c86876165800d3fda0cf3b6b2dc2 /loader/loader.h
parentffae3d1f2a7eec8c2669bb0431ccb8bb7011a028 (diff)
downloadanaconda-39dc7a24d8687f7048e628226453aa86f4c6fe02.tar.gz
anaconda-39dc7a24d8687f7048e628226453aa86f4c6fe02.tar.xz
anaconda-39dc7a24d8687f7048e628226453aa86f4c6fe02.zip
merge most of the s/390 loader changes. as with the last batch, an email
about these will be coming soon
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 74220b4b2..a27495c4e 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -61,6 +61,12 @@
#define CODE_PCMCIA 1
+#if !defined(__s390__) && !defined(__s390x__)
+#define RAMDISK_DEVICE "/dev/ram"
+#else
+#define RAMDISK_DEVICE "/dev/ram2"
+#endif
+
void startNewt(int flags);
void stopNewt(void);