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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
ppc-chrp
/
pegasos
/
kernel
/
kernel_intern.h
blob
206d374dcbbabdee41c5c4b61a8ce5ea4619d29f
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#define STACK_SIZE 8192
7
8
struct
BootData
9
{
10
APTR bd_BootMem
;
11
};
12
13
extern
struct
BootData
*
__BootData
;
14
15
void
core_kick
(
struct
TagItem
*
bootMsg
,
void
*
target
);
16
void
intr_init
(
void
);