]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/mpl/common/kbd.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / mpl / common / kbd.h
CommitLineData
012771d8
WD
1/*
2 * (C) Copyright 2001
3 * Denis Peter, MPL AG Switzerland, d.peter@mpl.ch
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
012771d8
WD
6 */
7
8#ifndef _KBD_H_
9#define _KBD_H_
10
11extern int kbd_testc(void);
12extern int kbd_getc(void);
13extern void kbd_interrupt(void);
14extern char *kbd_initialize(void);
15
16unsigned char kbd_is_init(void);
17#define KBD_INTERRUPT 1
18#endif