minix/commands/devmand/proto.h
Kees Jongenburger ade7dc8ded Upgrade libddekit and introduce devmand.
Devmand (Device manager daemon) is the daemon that will
dynamically manage services based on events received from
the system.
2012-06-18 09:23:42 +02:00

12 lines
208 B
C

#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