forked from Qortal/Brooklyn
13 lines
241 B
C
13 lines
241 B
C
/*
|
|
SPDX-FileCopyrightText: 2010 Andriy Rysin <rysin@kde.org>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#ifndef KEYBOARD_HARDWARE_H_
|
|
#define KEYBOARD_HARDWARE_H_
|
|
|
|
void init_keyboard_hardware();
|
|
|
|
#endif /* KEYBOARD_HARDWARE_H_ */
|