Blame view

include/linux/kbd_diacr.h 157 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
  #ifndef _DIACR_H
  #define _DIACR_H
  #include <linux/kd.h>
  
  extern struct kbdiacr accent_table[];
  extern unsigned int accent_table_size;
  
  #endif /* _DIACR_H */