summaryrefslogtreecommitdiff
path: root/minix/commands/devmand/proto.h
blob: 8a19034888d4b00f5599dc0fc6b041a92d72d71a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _DEVMAND_PROTO_H
#define _DEVMAND_PROTO_H

/* main.c */
struct devmand_usb_driver * add_usb_driver(char *name);
struct devmand_usb_match_id * add_usb_match_id();

/* y.tab.c */
int yyparse();

#endif