b549e20ea4ef4542607a31546e9b438e3c803760
[platform/kernel/u-boot.git] / board / mpl / common / kbd.h
1 /*
2  * (C) Copyright 2001
3  * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _KBD_H_
9 #define _KBD_H_
10
11 struct stdio_dev;
12
13 int kbd_testc(struct stdio_dev *sdev);
14 int kbd_getc(struct stdio_dev *sdev);
15 extern void kbd_interrupt(void);
16 extern char *kbd_initialize(void);
17
18 unsigned char kbd_is_init(void);
19 #define KBD_INTERRUPT 1
20 #endif