summaryrefslogtreecommitdiffstats
path: root/loader2/usb.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-12 17:43:59 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-12 17:43:59 +0000
commite79e0942edb54246fecfe242647df8170c308f13 (patch)
treedae9b8d3b556c179f09e71f64ffd864ae137a988 /loader2/usb.h
parentffe866cc310ab410418a7a0ed0723a22fd29085c (diff)
downloadanaconda-e79e0942edb54246fecfe242647df8170c308f13.tar.gz
anaconda-e79e0942edb54246fecfe242647df8170c308f13.tar.xz
anaconda-e79e0942edb54246fecfe242647df8170c308f13.zip
Make the boot flags variable global. We don't need to pass it (or a pointer to it) all over the place.
Diffstat (limited to 'loader2/usb.h')
-rw-r--r--loader2/usb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/usb.h b/loader2/usb.h
index d35754bc3..d91f39f69 100644
--- a/loader2/usb.h
+++ b/loader2/usb.h
@@ -2,8 +2,8 @@
#define H_USB
int usbInitialize(moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, int flags);
+ moduleInfoSet modInfo);
void usbInitializeMouse(moduleList modLoaded, moduleDeps modDeps,
- moduleInfoSet modInfo, int flags);
+ moduleInfoSet modInfo);
#endif