blob: 738c7340c151dd338a406d07cb2112d66e9b9d9e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _DIACR_H
3#define _DIACR_H
4#include <linux/kd.h>
5
Samuel Thibault04c71972007-10-16 23:27:04 -07006extern struct kbdiacruc accent_table[];
Linus Torvalds1da177e2005-04-16 15:20:36 -07007extern unsigned int accent_table_size;
8
9#endif /* _DIACR_H */