1#ifndef DEVICE_NAME_FORM_H_INCLUDED 2#define DEVICE_NAME_FORM_H_INCLUDED 3 4void create_device_name_form(void); 5 6#endif 7