cregit-Linux how code gets into the kernel

Release 4.7 include/uapi/linux/qrtr.h

#ifndef _LINUX_QRTR_H

#define _LINUX_QRTR_H

#include <linux/socket.h>


struct sockaddr_qrtr {
	
__kernel_sa_family_t sq_family;
	
__u32 sq_node;
	
__u32 sq_port;
};

#endif /* _LINUX_QRTR_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
courtney cavincourtney cavin26100.00%1100.00%
Total26100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}