Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / include / uapi / linux / qrtr.h
1 #ifndef _LINUX_QRTR_H
2 #define _LINUX_QRTR_H
3
4 #include <linux/socket.h>
5
6 struct sockaddr_qrtr {
7 __kernel_sa_family_t sq_family;
8 __u32 sq_node;
9 __u32 sq_port;
10 };
11
12 #endif /* _LINUX_QRTR_H */
This page took 0.037555 seconds and 5 git commands to generate.