diff options
Diffstat (limited to 'include/linux/input.h')
-rw-r--r-- | include/linux/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index a65e3b24fb18..fb5e23c7ed98 100644 --- a/include/linux/input.h +++ b/include/linux/input.h | |||
@@ -529,6 +529,7 @@ int input_ff_event(struct input_dev *dev, unsigned int type, unsigned int code, | |||
529 | 529 | ||
530 | int input_ff_upload(struct input_dev *dev, struct ff_effect *effect, struct file *file); | 530 | int input_ff_upload(struct input_dev *dev, struct ff_effect *effect, struct file *file); |
531 | int input_ff_erase(struct input_dev *dev, int effect_id, struct file *file); | 531 | int input_ff_erase(struct input_dev *dev, int effect_id, struct file *file); |
532 | int input_ff_flush(struct input_dev *dev, struct file *file); | ||
532 | 533 | ||
533 | int input_ff_create_memless(struct input_dev *dev, void *data, | 534 | int input_ff_create_memless(struct input_dev *dev, void *data, |
534 | int (*play_effect)(struct input_dev *, void *, struct ff_effect *)); | 535 | int (*play_effect)(struct input_dev *, void *, struct ff_effect *)); |