Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4557 → Rev 4558

/branches/network/uspace/srv/net/include/ethernet_protocols.h
38,6 → 38,10
#ifndef __NET_ETHERNET_PROTOCOLS_H__
#define __NET_ETHERNET_PROTOCOLS_H__
 
#include <sys/types.h>
 
typedef uint16_t eth_type_t;
 
/** Ethernet minimal protocol number.
* According to the IEEE 802.3 specification.
*/