summaryrefslogtreecommitdiff
path: root/cp/vstate_fsm/src/sta_connection.h
blob: 2c26b4a218342bc217cb2762eee2dbcbae6de2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
 * 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