blob: 2fb2f71b40d6342b0494647b30e409b155094b9c [file] [log] [blame]
#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 */
struct sockaddr_netbeui
{
sa_family snb_family;
char snb_name[NB_NAME_LEN];
char snb_devhint[IFNAMSIZ];
};
#endif