1 /*
2  * Copyright (c) Tony Bybell 2005.
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * as published by the Free Software Foundation; either version 2
7  * of the License, or (at your option) any later version.
8  */
9 
10 #include "globals.h"
11 
12 #ifndef GHW_H
13 #define GHW_H
14 
15 #include <limits.h>
16 #include "tree.h"
17 #include "vcd.h"
18 
19 #define WAVE_GHW_DUMMYFACNAME "!!__(dummy)__!!"
20 
21 TimeType ghw_main(char *fname);
22 int strand_pnt(char *s);
23 
24 #endif
25 
26