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
make vfs & filesystems use failable copying
[minix3.git]
/
test
/
magic.h
blob
a8436f5db2f3a145c7e6a10b1ef8640f48cf2675
1
2
#define MAGIC1 0x12C0ED
3
#define MAGIC2 0x12C0FF
4
#define MAGIC3 0x12D0FF
5
#define MAGIC4 0x13D0FE
6
#define MAGIC5 0x14D1FF
7
#define MAGIC6 0x17D1FF
8
9
long
hellodriver
(
void
);
10
long
modfunction
(
long
,
long
*,
long
);