diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 | 
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-05 07:23:29 +0000 | 
| commit | 7c450da7b446c557e05f34a100b597800967d987 (patch) | |
| tree | 57a48e7e9b592f2d5b713e80a4455820625c2b7b /lib/wind/map_table.h | |
| parent | b4e3a10e9339a8400197298021d6ca9b8e3aa039 (diff) | |
Diffstat (limited to 'lib/wind/map_table.h')
| -rw-r--r-- | lib/wind/map_table.h | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/lib/wind/map_table.h b/lib/wind/map_table.h new file mode 100644 index 000000000000..03e1a3bcf355 --- /dev/null +++ b/lib/wind/map_table.h @@ -0,0 +1,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 */ | 
