/*
 * (c) Peter Mueller, 2008
 *
 * All rights reserved. Reproduction, modification,
 * use or disclosure to third parties without express
 * authority is forbidden.
 */

/* This file is generated from equivalent.xml - do not edit manually*/
/* Generated on: Sun Sep 21 13:31:11 CEST 2008 */


#ifndef __EQUIVALENT_EXT_H__
#define __EQUIVALENT_EXT_H__

/* Events which can be sent to the state-machine */
typedef enum
{
	evTimeout=0U,
	NO_MSG
}MESSAGE_T;


#endif

