Subversion Repositories Vertical

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
/*
11 mjames 2
 *  $Id: print_ports.h,v 1.1.1.1 2003/11/04 23:34:57 mjames Exp $
2 mjames 3
 *
4
 * $Log: print_ports.h,v $
5
 * Revision 1.1.1.1  2003/11/04 23:34:57  mjames
6
 * Imported into local repositrory
7
 *
8
 * Revision 1.2  2001/10/31 22:20:12  mjames
9
 * Tidying up problematical comments caused by CVS
10
 * 'intelligent' comment guessing
11
 *
12
 * Revision 1.1  2001/09/21 14:20:09  mjames
13
 * Implemented Write Pin command : fixed up HTML output
14
 *
11 mjames 15
*/
2 mjames 16
 
17
/* for each pin on the connector, list out all of the information */
11 mjames 18
extern int list_intersection(FILE * f,char * con_id, char * fpga_id);
19