diff options
author | David Cantrell <dcantrell@redhat.com> | 2006-06-12 17:43:59 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2006-06-12 17:43:59 +0000 |
commit | e79e0942edb54246fecfe242647df8170c308f13 (patch) | |
tree | dae9b8d3b556c179f09e71f64ffd864ae137a988 /loader2/usb.h | |
parent | ffe866cc310ab410418a7a0ed0723a22fd29085c (diff) | |
download | anaconda-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.h | 4 |
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 |