map_table.h revision 1.2
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
11struct translation {
12  uint32_t key;
13  unsigned short val_len;
14  unsigned short val_offset;
15  wind_profile_flags flags;
16};
17
18extern const struct translation _wind_map_table[];
19
20extern const size_t _wind_map_table_size;
21
22extern const uint32_t _wind_map_table_val[];
23
24#endif /* MAP_TABLE_H */
25