1 /* SPDX-License-Identifier: GPL-2.0 */
5 #ifdef CONFIG_MOUSE_PS2_BYD
6 int byd_detect(struct psmouse
*psmouse
, bool set_properties
);
7 int byd_init(struct psmouse
*psmouse
);
9 static inline int byd_detect(struct psmouse
*psmouse
, bool set_properties
)
13 static inline int byd_init(struct psmouse
*psmouse
)
17 #endif /* CONFIG_MOUSE_PS2_BYD */