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
mkfs: symlink support
[minix.git]
/
drivers
/
memory
/
local.h
blob
eb9e706f7c1f7567d3b8896bd6336881ed4a1bf5
1
/*
2
local defines and declarations
3
*/
4
5
extern
unsigned char
_binary_imgrd_mfs_start
,
_binary_imgrd_mfs_end
;
6
7
#define imgrd &_binary_imgrd_mfs_start
8
#define imgrd_size \
9
(((size_t) &_binary_imgrd_mfs_end - (size_t)&_binary_imgrd_mfs_start))