From 9a27dcca2b2bbd9ff43edcf3089a13d5afffbc07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Tue, 28 Jul 2015 14:48:23 +0200 Subject: [PATCH] Export ffpl_lvl_dir_to_x_y(). --- klgd_ff_plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/klgd_ff_plugin.h b/klgd_ff_plugin.h index 1d5dbb5..e77f855 100644 --- a/klgd_ff_plugin.h +++ b/klgd_ff_plugin.h @@ -37,6 +37,8 @@ union ffpl_control_data { u16 gain; }; + +void ffpl_lvl_dir_to_x_y(const s32 level, const u16 direction, s32 *x, s32 *y); int ffpl_init_plugin(struct klgd_plugin **plugin, struct input_dev *dev, const size_t effect_count, const unsigned long supported_effects, const unsigned long flags, -- 2.43.5