1/*	$NetBSD: map_table.h,v 1.3 2023/06/19 21:41:45 christos Exp $	*/
2
3/* ./map_table.h */
4/* Automatically generated at 2022-11-15T13:59:51.761662 */
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