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
. service tells you which device it couldn't stat
[minix3.git]
/
servers
/
mfs
/
drivers.h
blob
2f41fdd559fe5d9f3978f3d2073a29debc2f44a5
1
2
/* Driver endpoints for major devices. Only the block devices
3
* are mapped here, it's a subset of the mapping in the VFS */
4
5
EXTERN
struct
driver_endpoints
{
6
endpoint_t driver_e
;
7
}
driver_endpoints
[
NR_DEVICES
];
8
9