Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / input / mouse / lifebook.h
blobd989cca62dd628b1a0f4833fe199da2c6bb1d117
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Fujitsu B-series Lifebook PS/2 TouchScreen driver
5 * Copyright (c) 2005 Vojtech Pavlik
6 */
8 #ifndef _LIFEBOOK_H
9 #define _LIFEBOOK_H
11 int lifebook_detect(struct psmouse *psmouse, bool set_properties);
12 int lifebook_init(struct psmouse *psmouse);
14 #ifdef CONFIG_MOUSE_PS2_LIFEBOOK
15 void lifebook_module_init(void);
16 #else
17 static inline void lifebook_module_init(void)
20 #endif
22 #endif