Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/include/ethernet_protocols.h
40,8 → 40,14
 
#include <sys/types.h>
 
/** Ethernet protocol type definition.
*/
typedef uint16_t eth_type_t;
 
/** @name Ethernet protocols definitions
*/
/*@{*/
 
/** Ethernet minimal protocol number.
* According to the IEEE 802.3 specification.
*/
999,6 → 1005,8
*/
#define ETH_P_ISC_Bunker_Ramo_MAX 0xFF0F
 
/*@}*/
 
#endif
 
/** @}