#ifndef HEADER_WAKEBTN
#define HEADER_WAKEBTN

typedef	struct {
	unsigned int	atr ;
	FRAME	fr ;
	COLOR	clr ;
	unsigned char	atrm ;		/*	ここまではハイパーに同じ.		*/
	int		(*func)() ;
	unsigned short	skey ;		/*	ここまではボタンに同じ	*/
}	WAKE ;

int MMI_initWakeBtn(void);

#ifndef MODULE_WAKEBTN
	extern	int		MJ_WAKEBTN;
#endif

#endif HEADER_WAKEBTN
