kbd_diacr.h 157 B

12345678
  1. #ifndef _DIACR_H
  2. #define _DIACR_H
  3. #include <linux/kd.h>
  4. extern struct kbdiacr accent_table[];
  5. extern unsigned int accent_table_size;
  6. #endif /* _DIACR_H */