summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/undinet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/undinet.h')
-rw-r--r--src/arch/x86/include/undinet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/include/undinet.h b/src/arch/x86/include/undinet.h
index 2798c446..04fdd600 100644
--- a/src/arch/x86/include/undinet.h
+++ b/src/arch/x86/include/undinet.h
@@ -10,8 +10,9 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct undi_device;
+struct device;
-extern int undinet_probe ( struct undi_device *undi );
+extern int undinet_probe ( struct undi_device *undi, struct device *dev );
extern void undinet_remove ( struct undi_device *undi );
#endif /* _UNDINET_H */