FreeCalypso > hg > ueda-linux
comparison ueda/libueda/xga.h @ 0:cd92449fdb51
initial import of ueda and ifctf-part-lib from ifctfvax CVS
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 20 Jul 2015 00:24:37 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cd92449fdb51 |
---|---|
1 /* Data structure describing PGA/BGA packages */ | |
2 | |
3 struct grid_pkg_desc { | |
4 int nrows; | |
5 int ncolumns; | |
6 char *row_letters; | |
7 char *holes_array; | |
8 }; | |
9 | |
10 struct xga_parsed_pinnum { | |
11 int row_0based; | |
12 int col_0based; | |
13 }; |