
/********************
	pccont.h
 ********************/


/*******************************************************************************
	TYPEDEF
*******************************************************************************/
typedef struct {
	short		request_sw ;
	short		insert_sw ;
	short		move_sw ;
	short		reset_sw ;
	OSPfs		pfs ;
	int		count ;
	int		count_add ;
	int		count_add_minus ;
	int		count_time ;
} MotorPack ;


/*******************************************************************************
	EXTERNAL WORK
*******************************************************************************/
extern OSContStatus	pad_status[MAXCONTROLLERS] ;
extern OSContPad	pad_data[MAXCONTROLLERS] ;
extern Controller	pad[MAXCONTROLLERS] ;
extern int		pad_no[MAXCONTROLLERS] ;
extern uchar		pad_pattern ;
extern int		nofpad ;


/*******************************************************************************
	EXTERNAL FUNCTION
*******************************************************************************/
extern MotorPack	motor[MAXCONTROLLERS] ;

