Care.h 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef __MMI_CARE_H__ #define __MMI_CARE_H__ #include "MMIDataType.h" #include "kal_non_specific_general_types.h" typedef struct{ U16 title_id; U16 area_menu_id; U16 addres_str_id; char number[50]; }care_data_struct; #endif