summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_ne555.h
blob: c629253f08fe67149de6082134784b81538feba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// license:GPL-2.0+
// copyright-holders:Couriersud

#ifndef NLD_NE555_H_
#define NLD_NE555_H_

#include "../nl_setup.h"

#define NE555(name)                                                             \
		NET_REGISTER_DEV(NE555, name)

#define NE555_DIP(name)                                                         \
		NET_REGISTER_DEV(NE555_DIP, name)

#endif /* NLD_NE555_H_ */