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
Fixed extern declaration from pointer to array
[minix.git]
/
servers
/
vfs
/
type.h
blob
813fcea95e48d7bb353d2db9d2016340907b4182
1
#if 1
2
extern
struct
dmap
{
3
int
_PROTOTYPE
((*
dmap_opcl
), (
int
,
Dev_t
,
int
,
int
) );
4
int
_PROTOTYPE
((*
dmap_io
), (
int
,
message
*) );
5
int
dmap_driver
;
6
int
dmap_flags
;
7
}
dmap
[];
8
#endif
9