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

/* Command line options: -v -c -Trace -p ssc -o equivalent equivalent_sc.xml   */
/* This file is generated from equivalent_sc.xml - do not edit manually  */
/* Generated on: Sat Oct 28 20:04:43 CEST 2023 / Version 6.1.3706 */




#ifndef EQUIVALENT_EXT_H 
#define EQUIVALENT_EXT_H 

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


#endif
