1 1.1 elric /* ./map_table.h */ 2 1.1 elric /* Automatically generated at 2011-03-18T00:46:30.369881 */ 3 1.1 elric 4 1.1 elric #ifndef MAP_TABLE_H 5 1.1 elric #define MAP_TABLE_H 1 6 1.1 elric 7 1.1 elric #include "windlocl.h" 8 1.1 elric 9 1.1 elric struct translation { 10 1.1 elric uint32_t key; 11 1.1 elric unsigned short val_len; 12 1.1 elric unsigned short val_offset; 13 1.1 elric wind_profile_flags flags; 14 1.1 elric }; 15 1.1 elric 16 1.1 elric extern const struct translation _wind_map_table[]; 17 1.1 elric 18 1.1 elric extern const size_t _wind_map_table_size; 19 1.1 elric 20 1.1 elric extern const uint32_t _wind_map_table_val[]; 21 1.1 elric 22 1.1 elric #endif /* MAP_TABLE_H */ 23