~ubuntu-branches/ubuntu/raring/iproute/raring-proposed

« back to all changes in this revision

Viewing changes to include/linux/if_arp.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Kamal Mostafa
  • Date: 2012-12-12 12:29:03 UTC
  • mfrom: (23.2.7 experimental)
  • Revision ID: package-import@ubuntu.com-20121212122903-toii0ipil3vd3inj
Tags: 20121211-2
[ Kamal Mostafa ]
Enable cross-compile support in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *              as published by the Free Software Foundation; either version
21
21
 *              2 of the License, or (at your option) any later version.
22
22
 */
23
 
#ifndef _LINUX_IF_ARP_H
24
 
#define _LINUX_IF_ARP_H
 
23
#ifndef _UAPI_LINUX_IF_ARP_H
 
24
#define _UAPI_LINUX_IF_ARP_H
25
25
 
26
26
#include <linux/netdevice.h>
27
27
 
92
92
#define ARPHRD_PHONET   820             /* PhoNet media type            */
93
93
#define ARPHRD_PHONET_PIPE 821          /* PhoNet pipe header           */
94
94
#define ARPHRD_CAIF     822             /* CAIF media type              */
 
95
#define ARPHRD_IP6GRE   823             /* GRE over IPv6                */
95
96
 
96
97
#define ARPHRD_VOID       0xFFFF        /* Void type, nothing is known */
97
98
#define ARPHRD_NONE       0xFFFE        /* zero header length */
155
156
};
156
157
 
157
158
 
158
 
#endif  /* _LINUX_IF_ARP_H */
 
159
#endif /* _UAPI_LINUX_IF_ARP_H */