Ethernet module. More...
#include <fibril_synch.h>
#include <ipc/services.h>
#include "../../include/device.h"
#include "../../structures/measured_strings.h"
Data Structures | |
struct | eth_device |
Ethernet device map. More... | |
struct | eth_proto |
Ethernet protocol specific data. More... | |
struct | eth_globals |
Ethernet global data. More... | |
Typedefs | |
typedef struct eth_globals | eth_globals_t |
Type definition of the Ethernet global data. | |
typedef struct eth_device | eth_device_t |
Type definition of the Ethernet device specific data. | |
typedef eth_device_t * | eth_device_ref |
Type definition of the Ethernet device specific data pointer. | |
typedef struct eth_proto | eth_proto_t |
Type definition of the Ethernet protocol specific data. | |
typedef eth_proto_t * | eth_proto_ref |
Type definition of the Ethernet protocol specific data pointer. |
Ethernet module.