]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/mpl/common/kbd.h
7b19b37259810d91a94698689932f82220b2885e
[karo-tx-uboot.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 extern int kbd_testc(void);
12 extern int kbd_getc(void);
13 extern void kbd_interrupt(void);
14 extern char *kbd_initialize(void);
15
16 unsigned char kbd_is_init(void);
17 #define KBD_INTERRUPT 1
18 #endif