swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 188e1f81ba31af1b65a2f3611df4c670b092bbac authored by Linus Torvalds on 17 June 2007, 02:09:12 UTC
Linux 2.6.22-rc5
Tip revision: 188e1f8
kbd_diacr.h
#ifndef _DIACR_H
#define _DIACR_H
#include <linux/kd.h>

extern struct kbdiacr accent_table[];
extern unsigned int accent_table_size;

#endif /* _DIACR_H */
back to top