#ifndef _LINUX_NETBEUI_H#define _LINUX_NETBEUI_H#include<linux/if.h>#define NB_NAME_LEN 20 /* Set this properly from the full docs when I get them */structsockaddr_netbeui{sa_familysnb_family;charsnb_name[NB_NAME_LEN];charsnb_devhint[IFNAMSIZ];};#endif