Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _DIACR_H
0003 #define _DIACR_H
0004 #include <linux/kd.h>
0005 
0006 extern struct kbdiacruc accent_table[];
0007 extern unsigned int accent_table_size;
0008 
0009 #endif /* _DIACR_H */