xref: /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/map_table.h (revision 867d70fc718005c0918b8b8b2f9d7f2d52d0a0db)
1 /*	$NetBSD: map_table.h,v 1.2 2019/12/15 22:50:51 christos Exp $	*/
2 
3 /* ./map_table.h */
4 /* Automatically generated at 2019-06-07T02:26:41.397498 */
5 
6 #ifndef MAP_TABLE_H
7 #define MAP_TABLE_H 1
8 
9 #include "windlocl.h"
10 
11 struct translation {
12   uint32_t key;
13   unsigned short val_len;
14   unsigned short val_offset;
15   wind_profile_flags flags;
16 };
17 
18 extern const struct translation _wind_map_table[];
19 
20 extern const size_t _wind_map_table_size;
21 
22 extern const uint32_t _wind_map_table_val[];
23 
24 #endif /* MAP_TABLE_H */
25