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 11a19c7b099f96d00a8dec52bfbb8475e89b6745 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 */