summaryrefslogtreecommitdiffstats
path: root/include/input/keyboard.h
blob: 5761273a4ff7618ea8b858f4d9bdbcf84ce1e133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __INPUT_KEYBOARD_H
#define __INPUT_KEYBOARD_H

#include <linux/types.h>

#define NR_KEYS	256

extern uint8_t keycode_bb_keys[NR_KEYS];
extern uint8_t keycode_bb_shift_keys[NR_KEYS];

#endif