#ifndef _LIBSHELL_CONFIG_COORD_H_
	#define _LIBSHELL_CONFIG_COORD_H_

extern const unsigned int cfg_coord_head_off_x;
extern const unsigned int cfg_coord_soft_off_x;
extern const unsigned int cfg_coord_h_mid;

extern const unsigned int cfg_coord_menu1_off_y;
extern const unsigned int cfg_coord_menu2_off_y;
extern const unsigned int cfg_coord_max_menu1_items;
extern const unsigned int cfg_coord_max_menu2_items;

#endif
