9 lines
144 B
C
9 lines
144 B
C
|
|
#ifndef INC_VHDL_TARGET_H
|
||
|
|
#define INC_VHDL_TARGET_H
|
||
|
|
|
||
|
|
#include "vhdl_config.h"
|
||
|
|
#include "ivl_target.h"
|
||
|
|
|
||
|
|
#endif /* #ifndef INC_VHDL_TARGET_H */
|
||
|
|
|