Merge tag 'fbdev-for-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-block.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 */