summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-09 18:11:18 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-09 18:11:18 +0000
commitb6272454deb5e5479cf586eb043e3041f6f82ee1 (patch)
tree8973cac51aa4a274c1dd88c1441cdcec0801d249 /loader2/loader.h
parentc96e4da0c0ff9cc4514c24324f1cf1abc4aa3df9 (diff)
downloadanaconda-b6272454deb5e5479cf586eb043e3041f6f82ee1.tar.gz
anaconda-b6272454deb5e5479cf586eb043e3041f6f82ee1.tar.xz
anaconda-b6272454deb5e5479cf586eb043e3041f6f82ee1.zip
move hardware functions into their own file
Diffstat (limited to 'loader2/loader.h')
-rw-r--r--loader2/loader.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader2/loader.h b/loader2/loader.h
index a282f637b..8a800561a 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -70,14 +70,6 @@
void startNewt(int flags);
void stopNewt();
-int setupRamdisk(void);
-
-
-#if !defined(__s390__) && !defined(__s390x__)
-#define RAMDISK_DEVICE "/dev/ram"
-#else
-#define RAMDISK_DEVICE "/dev/ram2"
-#endif
/* JKFIXME: I don't like all of the _set attribs, but without them,