summaryrefslogtreecommitdiff
path: root/cesar/cp/vstate_fsm/src/main_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/vstate_fsm/src/main_fsm.h')
-rw-r--r--cesar/cp/vstate_fsm/src/main_fsm.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/cesar/cp/vstate_fsm/src/main_fsm.h b/cesar/cp/vstate_fsm/src/main_fsm.h
new file mode 100644
index 0000000000..91c7ef7d94
--- /dev/null
+++ b/cesar/cp/vstate_fsm/src/main_fsm.h
@@ -0,0 +1,47 @@
+/*
+ * Id: main_fsm.h
+ *
+ * Function: Include VS System Data Header File.
+ *
+ * Generated: Fri Feb 15 11:49:29 2008
+ *
+ * Coder 5, 4, 0, 1273
+ *
+ * This is an automatically generated file. It will be overwritten by the Coder.
+ *
+ * DO NOT EDIT THE FILE!
+ */
+
+
+#ifndef __MAIN_FSM_H
+#define __MAIN_FSM_H
+
+
+/*
+ * Include SEM Defines Header File.
+ */
+#include "SEMEDef.h"
+
+
+#if (VS_CODER_GUID != 0X01188aba8)
+#error The generated file does not match the SEMTypes.h header file.
+#endif
+
+
+/*
+ * VS System Datatype Definition.
+ */
+typedef struct
+{
+ VS_UINT32 S0[0X000000016];
+ VS_UINT16 S1[0X00277];
+} VSDATAmain_fsm;
+
+
+/*
+ * External Declaration for VS System Data.
+ */
+extern VSDATAmain_fsm const main_fsm;
+
+
+#endif