summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-13 05:50:40 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-13 05:50:40 +0000
commitb88e889a8d3601a66829eb3785990c7e914ebd5c (patch)
tree709f4812997ae4eb6521c5c898d27cb00106a17b /loader2/modules.h
parent130528dc6fd28be1d1fb266e9b1d945c8478d697 (diff)
downloadanaconda-b88e889a8d3601a66829eb3785990c7e914ebd5c.tar.gz
anaconda-b88e889a8d3601a66829eb3785990c7e914ebd5c.tar.xz
anaconda-b88e889a8d3601a66829eb3785990c7e914ebd5c.zip
write out /tmp/scsidisks after we're done loading modules with the
correspondence between sds and scsi adapters so that the second stage has a way to filter out things like usb or firewire drives
Diffstat (limited to 'loader2/modules.h')
-rw-r--r--loader2/modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader2/modules.h b/loader2/modules.h
index 90cb92bd0..bfb4c0cd3 100644
--- a/loader2/modules.h
+++ b/loader2/modules.h
@@ -42,5 +42,7 @@ int mlLoadModuleSetLocation(const char * modNames,
struct moduleBallLocation * location);
int mlModuleInList(const char * modName, moduleList list);
+void writeScsiDisks(moduleList list);
+
#endif