Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4191 → Rev 4192

/branches/network/uspace/srv/net/netif/dp8390/dp8390_module.h
34,19 → 34,14
#define __NET_NETIF_DP8390_MODULE_H__
 
#include "../../structures/measured_strings.h"
#include "../../structures/packet/packet.h"
 
#include "dp8390.h"
 
#define DP8390_IO_SIZE 0x01f
 
typedef struct dp_device dp_device_t;
typedef dp_device_t * dp_device_ref;
int netif_send_packet( dpeth_t * dep, packet_t packet );
 
struct dp_device{
struct dpeth dep;
measured_string_ref addr;
};
 
#endif
 
/** @}