kbd_diacr.h 198 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _DIACR_H
  3. #define _DIACR_H
  4. #include <linux/kd.h>
  5. extern struct kbdiacruc accent_table[];
  6. extern unsigned int accent_table_size;
  7. #endif /* _DIACR_H */