Changeset fc23ef6 in mainline for uspace/srv/hw/netif/dp8390/ne2000.c
- Timestamp:
- 2011-01-06T15:05:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74864ac
- Parents:
- 2a6e4ac2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/ne2000.c
r2a6e4ac2 rfc23ef6 16 16 #define N 100 17 17 18 /** Type definition of the testing function. 19 */ 20 _PROTOTYPE(typedef int (*testf_t), (dpeth_t *dep, int pos, u8_t *pat)); 18 typedef int (*testf_t)(dpeth_t *dep, int pos, u8_t *pat); 21 19 22 20 /** Data patterns */
Note:
See TracChangeset
for help on using the changeset viewer.