Changeset 2a6e4ac2 in mainline for uspace/srv/hw/netif/dp8390/dp8390.c


Ignore:
Timestamp:
2011-01-06T15:03:23Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc23ef6
Parents:
506a805
Message:

cstyle & clutter removal

File:
1 edited

Legend:

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

    r506a805 r2a6e4ac2  
    1010#include <byteorder.h>
    1111#include <errno.h>
    12 
    1312#include <netif_local.h>
    1413#include <net/packet.h>
    1514#include <packet_client.h>
    16 
    1715#include "dp8390_drv.h"
    1816#include "dp8390_port.h"
    19 
    20 #include "local.h"
    2117#include "dp8390.h"
     18#include "ne2000.h"
    2219
    2320/** Queues the outgoing packet.
Note: See TracChangeset for help on using the changeset viewer.