Copyright clean-up (part 1):
[AROS.git] / arch / ppc-chrp / pegasos / kernel / kernel_bootmem.h
blob8ba11b1164e1571a257706fd332cca3f294ba14a
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 void *krnAllocBootMem(unsigned int size);
7 void *krnAllocBootMemAligned(unsigned int size, unsigned int align);