/*
 * VXif_ether.h
 *
 *  wrapper for vxWorks if_ether.h to include stuff not defined by WRS
 */

/* definition of ether_addr, for ethers(3n) */
struct ether_addr {
	u_char  ether_addr_octet[6];
};

#include "netinet/if_ether.h"
