repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git]
/
arch
/
all-hosted
/
bootstrap
/
memory.h
blob
592c3875622c3b082c85c836b255f5eb505cb4da
1
void
*
AllocateRO
(
size_t
len
);
2
void
*
AllocateRW
(
size_t
len
);
3
void
*
AllocateRAM32
(
size_t
len
);
4
void
*
AllocateRAM
(
size_t
len
);
5
int
SetRO
(
void
*
addr
,
size_t
len
);