summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-23 00:02:52 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-23 00:02:52 +0000
commitff45de4da6bbaed02b03a68652646400304f0d2d (patch)
tree9178b5603257b4ffafce2636c7f56ab5f07965f5 /isys/isys.h
parent7fc30b4dc19ec8da21e4cae8e9aa4bdf923388be (diff)
downloadanaconda-ff45de4da6bbaed02b03a68652646400304f0d2d.tar.gz
anaconda-ff45de4da6bbaed02b03a68652646400304f0d2d.tar.xz
anaconda-ff45de4da6bbaed02b03a68652646400304f0d2d.zip
nuke probe code. move dasd bits that are still needed into their own file
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 8051b5a5b..ef0d0942f 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -19,4 +19,9 @@ int fileIsIso(const char * file);
/* returns 1 if on an iSeries vio console, 0 otherwise */
int isVioConsole(void);
+/* dasd functions */
+char *getDasdPorts();
+int isLdlDasd(char * dev);
+int isUsableDasd(char *device);
+
#endif