Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4074 → Rev 4075

/branches/network/uspace/srv/net/include/ethernet_protocols.h
39,8 → 39,9
#define __NET_ETHERNET_PROTOCOLS_H__
 
/** Ethernet minimal protocol number.
* According to the IEEE 802.3 specification.
*/
#define ETH_MIN_PROTO 1501
#define ETH_MIN_PROTO 0x0600 /*1536*/
 
/** Ethernet loopback packet protocol type.
*/