linuxOS_PX30_CAR/kernel/include/linux/kbd_diacr.h

10 lines
198 B
C
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _DIACR_H
#define _DIACR_H
#include <linux/kd.h>
extern struct kbdiacruc accent_table[];
extern unsigned int accent_table_size;
#endif /* _DIACR_H */