/*********************************************************************** 
* NOTICE
* All files contained on this disk are subject to the licensing conditions
* issued by MOTOROLA Inc.
*
* All files are copyright 1993 by MOTOROLA Inc. 
************************************************************************/

/*
 * states.h
 * states defined for the driver module
 */

/*
 * upper four bits of the protocol events are the state
 */
#define	HDLC_STATE	0x00
#define	UART_STATE	0x10
#define	BISYNC_STATE	0x20
#define	ETHERNET_STATE	0x30
#define	DMA_SINGL_STATE	0x40
#define	DMA_MULTI_STATE	0x50
#define	SPI_STATE	0x60
#define	SMC_UART_STATE	0x70
#define	SMC_TM_STATE	0x80
