]> git.ipfire.org Git - thirdparty/linux.git/blame - include/linux/kbd_diacr.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / include / linux / kbd_diacr.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _DIACR_H
3#define _DIACR_H
4#include <linux/kd.h>
5
04c71976 6extern struct kbdiacruc accent_table[];
1da177e4
LT
7extern unsigned int accent_table_size;
8
9#endif /* _DIACR_H */