nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* source: xio-fdnum.h */
2 /* Copyright Gerhard Rieger 2001-2007 */
3 /* Published under the GNU General Public License V.2, see file COPYING */
4  
5 #ifndef __xio_fdnum_h_included
6 #define __xio_fdnum_h_included 1
7  
8 extern const struct xioaddr_endpoint_desc xioaddr_fdnum1;
9 extern const union xioaddr_desc *xioaddrs_fdnum[];
10  
11 extern int xioopen_fd(struct opt *opts, int rw, xiofile_t *xfd, int numfd1, int numfd2, int dummy2, int dummy3);
12  
13 #endif /* !defined(__xio_fdnum_h_included) */