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