4 #ifdef CONFIG_MOUSE_PS2_BYD
5 int byd_detect(struct psmouse
*psmouse
, bool set_properties
);
6 int byd_init(struct psmouse
*psmouse
);
8 static inline int byd_detect(struct psmouse
*psmouse
, bool set_properties
)
12 static inline int byd_init(struct psmouse
*psmouse
)
16 #endif /* CONFIG_MOUSE_PS2_BYD */