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
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
arm-native
/
ceboot
/
bootstrap.h
blob
17388634d69cdf2e80f9d119b9e2e037f1ab5526
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#define BUFFER_SIZE 1024
7
#define PAGE_SIZE 4096
8
9
extern
char
*
bootstrapdir
;
10
extern
char
buf
[
BUFFER_SIZE
];