summaryrefslogtreecommitdiff
path: root/cp/vstate_fsm/src/sta_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'cp/vstate_fsm/src/sta_connection.h')
-rw-r--r--cp/vstate_fsm/src/sta_connection.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/cp/vstate_fsm/src/sta_connection.h b/cp/vstate_fsm/src/sta_connection.h
deleted file mode 100644
index 2c26b4a218..0000000000
--- a/cp/vstate_fsm/src/sta_connection.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Id: sta_connection.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 __STA_CONNECTION_H
-#define __STA_CONNECTION_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[0X0001C];
-} VSDATAsta_connection;
-
-
-/*
- * External Declaration for VS System Data.
- */
-extern VSDATAsta_connection const sta_connection;
-
-
-#endif