On Tue, Nov 06, 2007 at 02:33:53AM -0800, akpm@linux-foundation.org wrote:
[mmotm.git] / drivers / hid / hid-lg.h
blobbf31592eaf79dc32757296f47191e6e66f1d2477
1 #ifndef __HID_LG_H
2 #define __HID_LG_H
4 #ifdef CONFIG_LOGITECH_FF
5 int lgff_init(struct hid_device *hdev);
6 #else
7 static inline int lgff_init(struct hid_device *hdev) { return -1; }
8 #endif
10 #ifdef CONFIG_LOGIRUMBLEPAD2_FF
11 int lg2ff_init(struct hid_device *hdev);
12 #else
13 static inline int lg2ff_init(struct hid_device *hdev) { return -1; }
14 #endif
16 #endif