summaryrefslogtreecommitdiffstats
path: root/loader2/pcmcia.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-12 05:35:03 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-12 05:35:03 +0000
commit25d994668a532de29dbc5f3b5a5cc01489cf13d3 (patch)
tree91fe46e36d37aade832f297c11b5556af22ec2ca /loader2/pcmcia.h
parentf22d489e4a5461c1f447d303aa5eb246a28d5388 (diff)
downloadanaconda-25d994668a532de29dbc5f3b5a5cc01489cf13d3.tar.gz
anaconda-25d994668a532de29dbc5f3b5a5cc01489cf13d3.tar.xz
anaconda-25d994668a532de29dbc5f3b5a5cc01489cf13d3.zip
this should get cardbus working. works in test mode, but I need to
double-check the various cases of it in the morning
Diffstat (limited to 'loader2/pcmcia.h')
-rw-r--r--loader2/pcmcia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/pcmcia.h b/loader2/pcmcia.h
index fffa362e5..932d364ae 100644
--- a/loader2/pcmcia.h
+++ b/loader2/pcmcia.h
@@ -1,7 +1,7 @@
#ifndef H_PCMCIA
#define H_PCMCIA
-int pcmciaInitialize(moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, int flags);
+int cardbusControllerInitialize(moduleList modLoaded, moduleDeps modDeps,
+ moduleInfoSet modInfo, int flags);
#endif