summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/nlm_other.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/macro/nlm_other.h')
-rw-r--r--src/lib/netlist/macro/nlm_other.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/lib/netlist/macro/nlm_other.h b/src/lib/netlist/macro/nlm_other.h
deleted file mode 100644
index ee231fbd6db..00000000000
--- a/src/lib/netlist/macro/nlm_other.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// license:GPL-2.0+
-// copyright-holders:Couriersud
-#ifndef NLM_OTHER_H_
-#define NLM_OTHER_H_
-
-#include "netlist/nl_setup.h"
-
-#ifndef __PLIB_PREPROCESSOR__
-
-/* ----------------------------------------------------------------------------
- * Netlist Macros
- * ---------------------------------------------------------------------------*/
-
-#ifndef NL_AUTO_DEVICES
-
-#define MC14584B_GATE(name) \
- NET_REGISTER_DEV(MC14584B_GATE, name)
-
-#define MC14584B_DIP(name) \
- NET_REGISTER_DEV(MC14584B_DIP, name)
-
-#endif
-
-/* ----------------------------------------------------------------------------
- * External declarations
- * ---------------------------------------------------------------------------*/
-
-NETLIST_EXTERNAL(otheric_lib)
-
-#endif
-
-#endif