kbd_diacr.h 159 B

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