]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/input/mouse/lifebook.h
Input: psmouse - drop all unneeded functions from mouse headers
[thirdparty/kernel/linux.git] / drivers / input / mouse / lifebook.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
02d7f589
KE
2/*
3 * Fujitsu B-series Lifebook PS/2 TouchScreen driver
4 *
5 * Copyright (c) 2005 Vojtech Pavlik
02d7f589
KE
6 */
7
8#ifndef _LIFEBOOK_H
9#define _LIFEBOOK_H
10
b7802c5c 11int lifebook_detect(struct psmouse *psmouse, bool set_properties);
a15d60f8 12int lifebook_init(struct psmouse *psmouse);
cfd8579d
HW
13
14#ifdef CONFIG_MOUSE_PS2_LIFEBOOK
15void lifebook_module_init(void);
55e3d922 16#else
bd447b61 17static inline void lifebook_module_init(void)
7705d548
DT
18{
19}
55e3d922 20#endif
02d7f589
KE
21
22#endif