1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _DIACR_H 3 #define _DIACR_H 4 #include <linux/kd.h> 5 6 extern struct kbdiacruc accent_table[]; 7 extern unsigned int accent_table_size; 8 9 #endif /* _DIACR_H */ 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.