use the locations specified in the bcm2708_boot header
[AROS.git] / rom / kernel / getbootinfo.c
blob0d9bf74073110da2d949bb0ca5393be079ae8c98
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
12 #define DEBUG 0
13 #include <aros/debug.h>
14 #include "kernel_debug.h"
16 /*****************************************************************************
18 NAME */
19 #include <proto/kernel.h>
21 AROS_LH0I(struct TagItem *, KrnGetBootInfo,
23 /* SYNOPSIS */
25 /* LOCATION */
26 struct KernelBase *, KernelBase, 11, Kernel)
28 /* FUNCTION
30 INPUTS
32 RESULT
34 NOTES
36 EXAMPLE
38 BUGS
40 SEE ALSO
42 INTERNALS
44 ******************************************************************************/
46 AROS_LIBFUNC_INIT
48 D(bug("[Kernel] KrnGetBootInfo()\n"));
49 return BootMsg;
51 AROS_LIBFUNC_EXIT