FreeCalypso > hg > ueda-linux
view ueda/libueda/mcl.h @ 93:447e187ee6fd
ifctf-part-lib/footprints/TLV700xxDDC.fp: created based on datasheet
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 16 Dec 2018 00:14:30 +0000 |
parents | cd92449fdb51 |
children |
line wrap: on
line source
/* Definitions for the data structures derived from the MCL */ struct attrib { char *name; char *value; }; struct component { char *name; /* refdes or partdef */ struct attrib *attrs; int nattrs; struct component *partdef; struct pinout_def *pinout; struct component *nextinhash; };