Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a7582733ef7fa80d8e8a53717e73cf83b6f2152e 13 lines 216 B view raw
1#ifndef _LINUX_QRTR_H 2#define _LINUX_QRTR_H 3 4#include <linux/socket.h> 5#include <linux/types.h> 6 7struct sockaddr_qrtr { 8 __kernel_sa_family_t sq_family; 9 __u32 sq_node; 10 __u32 sq_port; 11}; 12 13#endif /* _LINUX_QRTR_H */