summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/nlm_opamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/macro/nlm_opamp.h')
-rw-r--r--src/lib/netlist/macro/nlm_opamp.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/lib/netlist/macro/nlm_opamp.h b/src/lib/netlist/macro/nlm_opamp.h
deleted file mode 100644
index 13d2254d952..00000000000
--- a/src/lib/netlist/macro/nlm_opamp.h
+++ /dev/null
@@ -1,41 +0,0 @@
-// license:GPL-2.0+
-// copyright-holders:Couriersud
-#ifndef NLM_OPAMP_H_
-#define NLM_OPAMP_H_
-
-#include "netlist/nl_setup.h"
-
-#ifndef __PLIB_PREPROCESSOR__
-
-/* ----------------------------------------------------------------------------
- * Netlist Macros
- * ---------------------------------------------------------------------------*/
-
-#ifndef NL_AUTO_DEVICES
-
-#define MB3614_DIP(name) \
- NET_REGISTER_DEV(MB3614_DIP, name)
-
-#define LM324_DIP(name) \
- NET_REGISTER_DEV(LM324_DIP, name)
-
-#define LM2902_DIP(name) \
- NET_REGISTER_DEV(LM2902_DIP, name)
-
-#define LM358_DIP(name) \
- NET_REGISTER_DEV(LM358_DIP, name)
-
-#define LM3900(name) \
- NET_REGISTER_DEV(LM3900, name)
-
-#endif
-
-/* ----------------------------------------------------------------------------
- * External declarations
- * ---------------------------------------------------------------------------*/
-
-NETLIST_EXTERNAL(OPAMP_lib)
-
-#endif
-
-#endif