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
Fixed compatibility of output.
[AROS.git]
/
arch
/
arm-native
/
ceboot
/
bootmem.h
blob
ccfda5150cd1f326e043e4fa8ba3ca3e71c08654
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
extern
ULONG_PTR bootmem_Phys
;
7
8
ULONG_PTR
InitBootMem
(
void
);
9
void
*
AllocBootMem
(
unsigned int
size
);
10
void
*
AddTag
(
unsigned int
tag
,
ULONG_PTR data
);