Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / m68k-amiga / kernel / getbootinfo.c
blobc7d793eb22fca453e31c428a753dacc44536adb6
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 #include "exec_intern.h"
10 #undef KernelBase
12 #include <proto/kernel.h>
14 /* See rom/kernel/getbootinfo.c for documentation */
16 AROS_LH0I(struct TagItem *, KrnGetBootInfo,
17 struct KernelBase *, KernelBase, 11, Kernel)
19 AROS_LIBFUNC_INIT
21 D(bug("[Kernel] KrnGetBootInfo()\n"));
22 return PrivExecBase(SysBase)->PlatformData.BootMsg;
24 AROS_LIBFUNC_EXIT