nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* $Id$ */ |
2 | /* Copyright Gerhard Rieger 2007 */ |
||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ |
||
4 | |||
5 | #ifndef __xio_test_h_included |
||
6 | #define __xio_test_h_included 1 |
||
7 | |||
8 | extern const union xioaddr_desc *xioaddrs_test[]; |
||
9 | extern const union xioaddr_desc *xioaddrs_testuni[]; |
||
10 | extern const union xioaddr_desc *xioaddrs_testrev[]; |
||
11 | |||
12 | extern size_t xioread_test(struct single *sfd, void *buff, size_t bufsiz); |
||
13 | extern size_t xiowrite_test(struct single *sfd, const void *buff, size_t bytes); |
||
14 | extern size_t xiowrite_testrev(struct single *sfd, const void *buff, size_t bytes); |
||
15 | |||
16 | #endif /* !defined(__xio_test_h_included) */ |