Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[sfrench/cifs-2.6.git] / include / uapi / linux / qrtr.h
1 #ifndef _LINUX_QRTR_H
2 #define _LINUX_QRTR_H
3
4 #include <linux/socket.h>
5 #include <linux/types.h>
6
7 struct sockaddr_qrtr {
8         __kernel_sa_family_t sq_family;
9         __u32 sq_node;
10         __u32 sq_port;
11 };
12
13 #endif /* _LINUX_QRTR_H */