summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-20 03:31:26 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-20 03:31:26 +0000
commit31f1add4879da48efb7af21fc5c575692cc3709d (patch)
tree7a541b8f54f91ed8309da17752e205b40db2cf30 /loader2/hardware.h
parent8307d33391423f13c1deed409b80d8e381582a93 (diff)
downloadanaconda-31f1add4879da48efb7af21fc5c575692cc3709d.tar.gz
anaconda-31f1add4879da48efb7af21fc5c575692cc3709d.tar.xz
anaconda-31f1add4879da48efb7af21fc5c575692cc3709d.zip
merge from taroon
fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
Diffstat (limited to 'loader2/hardware.h')
-rw-r--r--loader2/hardware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader2/hardware.h b/loader2/hardware.h
index 4d7ec319e..5b3ed14f5 100644
--- a/loader2/hardware.h
+++ b/loader2/hardware.h
@@ -14,6 +14,9 @@ void initializeParallelPort(moduleList modLoaded, moduleDeps modDeps,
moduleInfoSet modInfo, int flags);
void updateKnownDevices(struct knownDevices * kd);
+int earlyModuleLoad(moduleInfoSet modInfo, moduleList modLoaded,
+ moduleDeps modDeps, int justProbe,
+ struct knownDevices * kd, int flags);
int busProbe(moduleInfoSet modInfo, moduleList modLoaded, moduleDeps modDeps,
int justProbe, struct knownDevices * kd, int flags);