FreeCalypso > hg > ueda-linux
view ueda/libunet/nethash.h @ 152:d41cdd682db5
m4-fp: support for CUI DS04-254-SMT DIP switch series
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 24 Jun 2021 05:13:16 +0000 |
parents | 73abf2c13884 |
children |
line wrap: on
line source
/* struct net definition for working with unet netlists */ struct net { char *name; struct net *nextinlist; struct net *nextinhash; };