swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 0215ffb08ce99e2bb59eca114a99499a4d06e704 authored by Linus Torvalds on 29 November 2006, 21:57:37 UTC
Linux 2.6.19
Tip revision: 0215ffb
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