Copyright clean-up (part 1):
[AROS.git] / arch / ppc-chrp / pegasos / kernel / kernel_intern.h
blob206d374dcbbabdee41c5c4b61a8ce5ea4619d29f
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #define STACK_SIZE 8192
8 struct BootData
10 APTR bd_BootMem;
13 extern struct BootData *__BootData;
15 void core_kick(struct TagItem *bootMsg, void *target);
16 void intr_init(void);