]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/input.h
Input: introduce input_inject_event() function
[mv-sheeva.git] / include / linux / input.h
index 55e628e8805bff7e216ae05794ac31c67e701013..b3253ab72ff7da2914e225550d1a0c3db42b6d8d 100644 (file)
@@ -1053,6 +1053,7 @@ void input_close_device(struct input_handle *);
 int input_flush_device(struct input_handle* handle, struct file* file);
 
 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
+void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value);
 
 static inline void input_report_key(struct input_dev *dev, unsigned int code, int value)
 {