summaryrefslogtreecommitdiffstats
path: root/loader/devices.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-07 17:16:23 +0000
committerErik Troan <ewt@redhat.com>1999-08-07 17:16:23 +0000
commit786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be (patch)
treee07650be257a335cecdf636e27eae1372570cb30 /loader/devices.h
parent6df079d3522d67ea40cdb98f151f903dacb375d2 (diff)
downloadanaconda-786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be.tar.gz
anaconda-786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be.tar.xz
anaconda-786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be.zip
fixed prototypes
Diffstat (limited to 'loader/devices.h')
-rw-r--r--loader/devices.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/devices.h b/loader/devices.h
index d17994ce2..0cd8ce852 100644
--- a/loader/devices.h
+++ b/loader/devices.h
@@ -1,9 +1,10 @@
#ifndef H_DEVICES
#define H_DEVICES
+#include "../isys/isys.h"
#include "modules.h"
-int devDeviceMenu(moduleInfoSet modInfo, moduleList modLoaded,
- moduleDeps modDeps, int flags);
+int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo,
+ moduleList modLoaded, moduleDeps modDeps, int flags);
#endif