xref: /minix3/minix/commands/devmand/proto.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc #ifndef _DEVMAND_PROTO_H
2*433d6423SLionel Sambuc #define _DEVMAND_PROTO_H
3*433d6423SLionel Sambuc 
4*433d6423SLionel Sambuc /* main.c */
5*433d6423SLionel Sambuc struct devmand_usb_driver * add_usb_driver(char *name);
6*433d6423SLionel Sambuc struct devmand_usb_match_id * add_usb_match_id();
7*433d6423SLionel Sambuc 
8*433d6423SLionel Sambuc /* y.tab.c */
9*433d6423SLionel Sambuc int yyparse();
10*433d6423SLionel Sambuc 
11*433d6423SLionel Sambuc #endif
12