blob: 5d9aab1f1893e4f72096ff5cb9ad3f68a580d3c5 [file] [log] [blame]
Christopher Ferris25981132017-11-14 16:53:49 -08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Christopher Ferrisccfaccd2016-08-24 12:11:31 -07002#ifndef _LINUX_QRTR_H
3#define _LINUX_QRTR_H
4
5#include <linux/socket.h>
Christopher Ferris0543f742017-07-26 13:09:46 -07006#include <linux/types.h>
Christopher Ferrisccfaccd2016-08-24 12:11:31 -07007
8struct sockaddr_qrtr {
9 __kernel_sa_family_t sq_family;
10 __u32 sq_node;
11 __u32 sq_port;
12};
13
14#endif /* _LINUX_QRTR_H */