Subversion Repositories HelenOS

Rev

Rev 4704 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4704 Rev 4728
Line 30... Line 30...
30
 *  @{
30
 *  @{
31
 */
31
 */
32
 
32
 
33
/** @file
33
/** @file
34
 *  Hardware types according to the on-line IANA - Address Resolution Protocol (ARP) Parameters - <http://www.iana.org/assignments/arp-parameters/arp-parameters.xml>, cited January 14 2009.
34
 *  Hardware types according to the on-line IANA - Address Resolution Protocol (ARP) Parameters - <http://www.iana.org/assignments/arp-parameters/arp-parameters.xml>, cited January 14 2009.
35
 *  Names similar to the linux src/include/linux/if_arp.h header file.
-
 
36
 */
35
 */
37
 
36
 
38
#ifndef __NET_HW_TYPES_H__
37
#ifndef __NET_HW_TYPES_H__
39
#define __NET_HW_TYPES_H__
38
#define __NET_HW_TYPES_H__
40
 
39