use the spinlock_t header, and add the stubs to the kernel
[AROS.git] / arch / arm-sun4i / kernel / maygetchar.c
blob384cd589e0efb1b618b7b39d088beb081729f450
1 /*
2 Copyright © 2014, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include <aros/kernel.h>
9 #include <kernel_base.h>
10 #include <kernel_debug.h>
11 #include <proto/kernel.h>
13 #include <hardware/sun4i/uart.h>
14 #include <hardware/sun4i/platform.h>
16 /* See rom/kernel/maygetchar.c for documentation */
18 AROS_LH0(int, KrnMayGetChar,
19 struct KernelBase *, KernelBase, 26, Kernel)
21 AROS_LIBFUNC_INIT
23 return -1;
25 AROS_LIBFUNC_EXIT