#ifndef __GUI_SMARTHOME_H__ #define __GUI_SMARTHOME_H__ #include const char * const tabName_smarthome = "Smart Home"; void register_gui_smarthome(void); #endif /*__GUI_SMARTHOME_H__*/