summaryrefslogtreecommitdiffstats
path: root/kernel/xloop_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xloop_main.h')
-rw-r--r--kernel/xloop_main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/xloop_main.h b/kernel/xloop_main.h
index b9d0405..e45a891 100644
--- a/kernel/xloop_main.h
+++ b/kernel/xloop_main.h
@@ -99,6 +99,8 @@ struct xloop_func_table {
struct module *owner;
};
+extern inline struct device *xloop_device_to_dev(struct xloop_device *xlo);
+
int xloop_register_transfer(struct xloop_func_table *funcs);
int xloop_unregister_transfer(int number);