repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
panic() cleanup.
[minix.git]
/
servers
/
iso9660fs
/
drivers.h
blob
2878aca2c5c3388e54879d4f586f183d78a2e10b
1
#include <minix/dmap.h>
2
3
/* Driver endpoints for major devices. Only the block devices
4
* are mapped here, it's a subset of the mapping in the VFS */
5
6
EXTERN
struct
driver_endpoints
{
7
endpoint_t driver_e
;
8
}
driver_endpoints
[
NR_DEVICES
];
9