add place-holder directory for the a3000 wd533c93 scsi controller implementation.
[AROS.git] / arch / all-hosted / bootstrap / memory.h
blob592c3875622c3b082c85c836b255f5eb505cb4da
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);