VSF Documented
if_arp.h
Go to the documentation of this file.
1#ifndef __VSF_LINUX_NET_IFARP_H__
2#define __VSF_LINUX_NET_IFARP_H__
3
4#include <linux/netdevice.h>
5
6#define ARPHRD_ETHER 1
7
8#endif // __VSF_LINUX_NET_IFARP_H__