Subversion Repositories HelenOS

Rev

Rev 4163 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4163 Rev 4192
Line 32... Line 32...
32
 
32
 
33
#ifndef __NET_NETIF_DP8390_MODULE_H__
33
#ifndef __NET_NETIF_DP8390_MODULE_H__
34
#define __NET_NETIF_DP8390_MODULE_H__
34
#define __NET_NETIF_DP8390_MODULE_H__
35
 
35
 
36
#include "../../structures/measured_strings.h"
36
#include "../../structures/measured_strings.h"
-
 
37
#include "../../structures/packet/packet.h"
37
 
38
 
38
#include "dp8390.h"
39
#include "dp8390.h"
39
 
40
 
40
#define DP8390_IO_SIZE  0x01f
41
#define DP8390_IO_SIZE  0x01f
41
 
42
 
42
typedef struct dp_device    dp_device_t;
-
 
43
typedef dp_device_t *       dp_device_ref;
43
int netif_send_packet( dpeth_t * dep, packet_t packet );
44
 
-
 
45
struct dp_device{
-
 
46
    struct dpeth        dep;
-
 
47
    measured_string_ref addr;
-
 
48
};
-
 
49
 
44
 
50
#endif
45
#endif
51
 
46
 
52
/** @}
47
/** @}
53
 */
48
 */