Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / behvhdl / bvl_utype.h
1
2 /* ###--------------------------------------------------------------### */
3 /* */
4 /* file : bvl_utype.h */
5 /* date : Jun 15 1992 */
6 /* version : v102 */
7 /* author : P.BAZARGAN L.A.TABUSSE VUONG H.N. */
8 /* content : declaration of external functions and global variables*/
9 /* used by yacc */
10 /* */
11 /* ###--------------------------------------------------------------### */
12
13 struct dct_entry
14 {
15 struct dct_entry *next;
16 struct dct_recrd *data;
17 char *key;
18 };
19
20 struct dct_recrd
21 {
22 struct dct_recrd *next;
23 char *key;
24 short fd0_val;
25 short fd1_val;
26 short fd2_val;
27 short fd3_val;
28 short fd4_val;
29 short fd5_val;
30 short fd6_val;
31 int pnt_val;
32 };