Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _BYD_H
0003 #define _BYD_H
0004 
0005 int byd_detect(struct psmouse *psmouse, bool set_properties);
0006 int byd_init(struct psmouse *psmouse);
0007 
0008 #endif /* _BYD_H */