cregit-Linux how code gets into the kernel

Release 4.14 include/uapi/linux/qrtr.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 Cavin2686.67%133.33%
Nicolas Dichtel310.00%133.33%
Greg Kroah-Hartman13.33%133.33%
Total30100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.