revert between 56095 -> 55830 in arch
[AROS.git] / arch / arm-native / ceboot / bootmem.h
blobccfda5150cd1f326e043e4fa8ba3ca3e71c08654
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 extern ULONG_PTR bootmem_Phys;
8 ULONG_PTR InitBootMem(void);
9 void *AllocBootMem(unsigned int size);
10 void *AddTag(unsigned int tag, ULONG_PTR data);