summaryrefslogtreecommitdiffstats
path: root/loader2/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/method.h')
-rw-r--r--loader2/method.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/loader2/method.h b/loader2/method.h
index 3cfce30d6..2d5e120ca 100644
--- a/loader2/method.h
+++ b/loader2/method.h
@@ -1,10 +1,10 @@
#ifndef H_METHOD
#define H_METHOD
-#include "../isys/probe.h"
#include "modules.h"
#include "moduledeps.h"
#include "loader.h"
+#include <kudzu/kudzu.h>
struct installMethod {
char * name;
@@ -12,8 +12,7 @@ struct installMethod {
int network;
enum deviceClass deviceType; /* for pcmcia */
char * (*mountImage)(struct installMethod * method,
- char * location, struct knownDevices * kd,
- struct loaderData_s * loaderData,
+ char * location, struct loaderData_s * loaderData,
moduleInfoSet modInfo, moduleList modLoaded,
moduleDeps * modDepsPtr, int flags);
};