summaryrefslogtreecommitdiff
path: root/cesar/VisualState/coder/sta_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/VisualState/coder/sta_connection.h')
-rw-r--r--cesar/VisualState/coder/sta_connection.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/cesar/VisualState/coder/sta_connection.h b/cesar/VisualState/coder/sta_connection.h
new file mode 100644
index 0000000000..4f86c61796
--- /dev/null
+++ b/cesar/VisualState/coder/sta_connection.h
@@ -0,0 +1,47 @@
+/*
+ * Id: sta_connection.h
+ *
+ * Function: Include VS System Data Header File.
+ *
+ * Generated: Fri Feb 15 12:04:56 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 __STA_CONNECTION_H
+#define __STA_CONNECTION_H
+
+
+/*
+ * Include SEM Defines Header File.
+ */
+#include "SEMEDef.h"
+
+
+#if (VS_CODER_GUID != 0X000756878)
+#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[0X0001C];
+} VSDATAsta_connection;
+
+
+/*
+ * External Declaration for VS System Data.
+ */
+extern VSDATAsta_connection const sta_connection;
+
+
+#endif