1 /* $NetBSD: bidi_table.h,v 1.3 2023/06/19 21:41:45 christos Exp $ */ 2 3 /* ./bidi_table.h */ 4 /* Automatically generated at 2022-11-15T13:59:51.646310 */ 5 6 #ifndef BIDI_TABLE_H 7 #define BIDI_TABLE_H 1 8 9 #include <krb5/krb5-types.h> 10 11 struct range_entry { 12 uint32_t start; 13 unsigned len; 14 }; 15 16 extern const struct range_entry _wind_ral_table[]; 17 extern const struct range_entry _wind_l_table[]; 18 19 extern const size_t _wind_ral_table_size; 20 extern const size_t _wind_l_table_size; 21 22 #endif /* BIDI_TABLE_H */ 23