aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-lg.h')
-rw-r--r--drivers/hid/hid-lg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/hid-lg.h b/drivers/hid/hid-lg.h
index 4b097286dc78..500457b67b21 100644
--- a/drivers/hid/hid-lg.h
+++ b/drivers/hid/hid-lg.h
@@ -1,6 +1,13 @@
1#ifndef __HID_LG_H 1#ifndef __HID_LG_H
2#define __HID_LG_H 2#define __HID_LG_H
3 3
4#include <linux/spinlock.h>
5
6struct lg_drv_data {
7 unsigned long quirks;
8 void *device_props; /* Device specific properties */
9};
10
4#ifdef CONFIG_LOGITECH_FF 11#ifdef CONFIG_LOGITECH_FF
5int lgff_init(struct hid_device *hdev); 12int lgff_init(struct hid_device *hdev);
6#else 13#else