xref: /netbsd-src/crypto/external/bsd/heimdal/lib/libwind/map_table.h (revision 0b13a02041e7f79e6539bba9a514b67c298b9ea4)
1 /* ./map_table.h */
2 /* Automatically generated at 2011-03-18T00:46:30.369881 */
3 
4 #ifndef MAP_TABLE_H
5 #define MAP_TABLE_H 1
6 
7 #include "windlocl.h"
8 
9 struct translation {
10   uint32_t key;
11   unsigned short val_len;
12   unsigned short val_offset;
13   wind_profile_flags flags;
14 };
15 
16 extern const struct translation _wind_map_table[];
17 
18 extern const size_t _wind_map_table_size;
19 
20 extern const uint32_t _wind_map_table_val[];
21 
22 #endif /* MAP_TABLE_H */
23