Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netif/dp8390/dp8390_drv.h

    r21580dd raadf01e  
    6464 *  @returns EXDEV if the network interface was not recognized.
    6565 */
    66 int     do_probe( dpeth_t * dep );
     66int do_probe(dpeth_t * dep);
    6767
    6868/** Sends a packet.
     
    7272 *  @returns
    7373 */
    74 int     do_pwrite( dpeth_t * dep, packet_t packet, int from_int );
     74int do_pwrite(dpeth_t * dep, packet_t packet, int from_int);
    7575
    7676/** Prints out network interface information.
    7777 *  @param[in] dep The network interface structure.
    7878 */
    79 void    dp8390_dump( dpeth_t * dep );
     79void dp8390_dump(dpeth_t * dep);
    8080
    8181#endif
Note: See TracChangeset for help on using the changeset viewer.