]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/mpl/common/kbd.h
drivers, block: remove sil680 driver
[people/ms/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
709ea543
SG
11struct stdio_dev;
12
13int kbd_testc(struct stdio_dev *sdev);
14int kbd_getc(struct stdio_dev *sdev);
012771d8
WD
15extern void kbd_interrupt(void);
16extern char *kbd_initialize(void);
17
18unsigned char kbd_is_init(void);
19#define KBD_INTERRUPT 1
20#endif