diff options
Diffstat (limited to 'src/lib/netlist/macro/nlm_base.h')
-rw-r--r-- | src/lib/netlist/macro/nlm_base.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/lib/netlist/macro/nlm_base.h b/src/lib/netlist/macro/nlm_base.h new file mode 100644 index 00000000000..3719985c8c8 --- /dev/null +++ b/src/lib/netlist/macro/nlm_base.h @@ -0,0 +1,31 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud +#ifndef NLM_BASE_H_ +#define NLM_BASE_H_ + +/* + * Provide base environment for netlist + * + */ + +#ifndef __PLIB_PREPROCESSOR__ + +#include "nl_setup.h" + +/* ---------------------------------------------------------------------------- + * Netlist Macros + * ---------------------------------------------------------------------------*/ + +/* ---------------------------------------------------------------------------- + * DIP only macros + * ---------------------------------------------------------------------------*/ + +/* ---------------------------------------------------------------------------- + * External declarations + * ---------------------------------------------------------------------------*/ + +NETLIST_EXTERNAL(base) + +#endif + +#endif |