]> Git Repo - linux.git/blob - include/uapi/linux/qrtr.h
Merge branch 'net-offloaded-stats'
[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.03237 seconds and 4 git commands to generate.