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
Indentation fix, cleanup.
[AROS.git]
/
arch
/
i386-pc
/
kernel
/
smpbootstrap.h
blob
b406d6cb222846dda05e45ac4f5602dcc4aa991c
1
struct
SMPBootstrap
2
{
3
ULONG skipcode
;
4
ULONG Arg1
;
5
ULONG Arg2
;
6
ULONG Arg3
;
7
APTR SP
;
8
APTR IP
;
9
};