blob: d989cca62dd628b1a0f4833fe199da2c6bb1d117 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Kenan Esau02d7f582005-05-29 02:30:22 -05002/*
3 * Fujitsu B-series Lifebook PS/2 TouchScreen driver
4 *
5 * Copyright (c) 2005 Vojtech Pavlik
Kenan Esau02d7f582005-05-29 02:30:22 -05006 */
7
8#ifndef _LIFEBOOK_H
9#define _LIFEBOOK_H
10
Dmitry Torokhovb7802c52009-09-09 19:13:20 -070011int lifebook_detect(struct psmouse *psmouse, bool set_properties);
Dmitry Torokhova15d60f2005-05-29 02:30:32 -050012int lifebook_init(struct psmouse *psmouse);
Hui Wangcfd85792019-08-20 12:07:01 -070013
14#ifdef CONFIG_MOUSE_PS2_LIFEBOOK
15void lifebook_module_init(void);
Andres Salomon55e3d922007-03-10 01:39:54 -050016#else
Chen Gangbd447b62014-11-09 13:31:11 -080017static inline void lifebook_module_init(void)
Dmitry Torokhov7705d542009-12-03 23:21:14 -080018{
19}
Andres Salomon55e3d922007-03-10 01:39:54 -050020#endif
Kenan Esau02d7f582005-05-29 02:30:22 -050021
22#endif