DIR:/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/linux/ |
Current File : //usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/linux/kbd_diacr.h |
/* 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 */ |