nouveau.hidd: disable warnings about not initialized variables
[AROS.git] / arch / all-mingw32 / kernel / obtaininput.c
blobb522694396025c3559987cedd7fbb1cfe8be9bbc
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/kernel.h>
7 #include <aros/libcall.h>
9 #include <kernel_base.h>
11 AROS_LH0I(int, KrnObtainInput,
12 struct KernelBase *, KernelBase, 33, Kernel)
15 AROS_LIBFUNC_INIT
17 /* Our debug input works out of the box, no preparation needed */
18 return 1;
20 AROS_LIBFUNC_EXIT