summaryrefslogtreecommitdiffstats
path: root/lib/wind/map_table.h
blob: 03e1a3bcf3556c1f19ff4d68ba6ae2fe7c59ecb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* ./map_table.h */
/* Automatically generated at 2011-07-30T13:45:24.774402 */

#ifndef MAP_TABLE_H
#define MAP_TABLE_H 1

#include "windlocl.h"

struct translation {
  uint32_t key;
  unsigned short val_len;
  unsigned short val_offset;
  wind_profile_flags flags;
};

extern const struct translation _wind_map_table[];

extern const size_t _wind_map_table_size;

extern const uint32_t _wind_map_table_val[];

#endif /* MAP_TABLE_H */
OpenPOWER on IntegriCloud