2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <aros/kernel.h>
7 #include <aros/libcall.h>
9 #include <kernel_base.h>
11 #include <proto/kernel.h>
13 /* See rom/kernel/obtaininput.c for documentation */
15 AROS_LH0I(int, KrnObtainInput
,
16 struct KernelBase
*, KernelBase
, 33, Kernel
)