repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git]
/
commands
/
devmand
/
proto.h
blob
8a19034888d4b00f5599dc0fc6b041a92d72d71a
1
#ifndef _DEVMAND_PROTO_H
2
#define _DEVMAND_PROTO_H
3
4
/* main.c */
5
struct
devmand_usb_driver
*
add_usb_driver
(
char
*
name
);
6
struct
devmand_usb_match_id
*
add_usb_match_id
();
7
8
/* y.tab.c */
9
int
yyparse
();
10
11
#endif