Release 4.12 include/uapi/linux/qrtr.h
#ifndef _LINUX_QRTR_H
#define _LINUX_QRTR_H
#include <linux/socket.h>
#include <linux/types.h>
struct sockaddr_qrtr {
__kernel_sa_family_t sq_family;
__u32 sq_node;
__u32 sq_port;
};
#endif /* _LINUX_QRTR_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Courtney Cavin | 26 | 89.66% | 1 | 50.00% |
Nicolas Dichtel | 3 | 10.34% | 1 | 50.00% |
Total | 29 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.