Subversion Repositories HelenOS

Rev

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

Rev 4163 Rev 4192
Line 35... Line 35...
35
 
35
 
36
#ifndef __NET_NETIF_DP8390_DRIVER_H__
36
#ifndef __NET_NETIF_DP8390_DRIVER_H__
37
#define __NET_NETIF_DP8390_DRIVER_H__
37
#define __NET_NETIF_DP8390_DRIVER_H__
38
 
38
 
39
#include "dp8390.h"
39
#include "dp8390.h"
40
#include "dp8390_port.h"
-
 
41
 
40
 
42
_PROTOTYPE( int do_init, (dpeth_t *dep, int mode)               );
41
_PROTOTYPE( int do_init, (dpeth_t *dep, int mode)               );
43
_PROTOTYPE( void do_stop, (dpeth_t *dep)                );
42
_PROTOTYPE( void do_stop, (dpeth_t *dep)                );
44
_PROTOTYPE( void dp_check_ints, (dpeth_t *dep)          );
43
_PROTOTYPE( void dp_check_ints, (dpeth_t *dep)          );
45
int do_probe( dpeth_t * dep );
44
int do_probe( dpeth_t * dep );
-
 
45
int do_pwrite( dpeth_t * dep, packet_t packet, int from_int );
46
 
46
 
47
#endif
47
#endif
48
 
48
 
49
/** @}
49
/** @}
50
 */
50
 */