Changeset fc23ef6 in mainline for uspace/srv/hw/netif/dp8390/ne2000.c


Ignore:
Timestamp:
2011-01-06T15:05:59Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74864ac
Parents:
2a6e4ac2
Message:

cstyle & clutter removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/dp8390/ne2000.c

    r2a6e4ac2 rfc23ef6  
    1616#define N  100
    1717
    18 /** Type definition of the testing function.
    19  */
    20 _PROTOTYPE(typedef int (*testf_t), (dpeth_t *dep, int pos, u8_t *pat));
     18typedef int (*testf_t)(dpeth_t *dep, int pos, u8_t *pat);
    2119
    2220/** Data patterns */
Note: See TracChangeset for help on using the changeset viewer.