cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Courtney Cavin2689.66%150.00%
Nicolas Dichtel310.34%150.00%
Total29100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.