White space fixes, detab.
[AROS.git] / rom / kernel / getbootinfo.c
blobe4b513b710521b98de389f15e821baf9c408fea1
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
5 #define DEBUG 0
6 #include <aros/debug.h>
7 #include "kernel_debug.h"
9 /*****************************************************************************
11 NAME */
12 #include <proto/kernel.h>
14 AROS_LH0I(struct TagItem *, KrnGetBootInfo,
16 /* SYNOPSIS */
18 /* LOCATION */
19 struct KernelBase *, KernelBase, 11, Kernel)
21 /* FUNCTION
23 INPUTS
25 RESULT
27 NOTES
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 AROS_LIBFUNC_INIT
41 D(bug("[Kernel] KrnGetBootInfo()\n"));
42 return BootMsg;
44 AROS_LIBFUNC_EXIT