Files
linux-apfs/include/linux/kbd_diacr.h
T

9 lines
159 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef _DIACR_H
#define _DIACR_H
#include <linux/kd.h>
2007-10-16 23:27:04 -07:00
extern struct kbdiacruc accent_table[];
2005-04-16 15:20:36 -07:00
extern unsigned int accent_table_size;
#endif /* _DIACR_H */