xref: /openbmc/linux/drivers/input/mouse/byd.h (revision cfd8579d)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
298ee3771SChris Diamand #ifndef _BYD_H
398ee3771SChris Diamand #define _BYD_H
498ee3771SChris Diamand 
598ee3771SChris Diamand int byd_detect(struct psmouse *psmouse, bool set_properties);
698ee3771SChris Diamand int byd_init(struct psmouse *psmouse);
798ee3771SChris Diamand 
898ee3771SChris Diamand #endif /* _BYD_H */
9