Indentation fix, cleanup.
[AROS.git] / arch / i386-pc / kernel / smpbootstrap.h
blobb406d6cb222846dda05e45ac4f5602dcc4aa991c
1 struct SMPBootstrap
3 ULONG skipcode;
4 ULONG Arg1;
5 ULONG Arg2;
6 ULONG Arg3;
7 APTR SP;
8 APTR IP;
9 };