pre-2.3.4..
[davej-history.git] / include / linux / netbeui.h
blob2fb2f71b40d6342b0494647b30e409b155094b9c
1 #ifndef _LINUX_NETBEUI_H
2 #define _LINUX_NETBEUI_H
4 #include <linux/if.h>
6 #define NB_NAME_LEN 20 /* Set this properly from the full docs when
7 I get them */
9 struct sockaddr_netbeui
11 sa_family snb_family;
12 char snb_name[NB_NAME_LEN];
13 char snb_devhint[IFNAMSIZ];
16 #endif