/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
* Copyright (c) 2016, Linaro Ltd.
* struct rpmsg_endpoint_info - endpoint info representation
* @dst: destination address
struct rpmsg_endpoint_info {
#define RPMSG_CREATE_EPT_IOCTL _IOW(0xb5, 0x1, struct rpmsg_endpoint_info)
#define RPMSG_DESTROY_EPT_IOCTL _IO(0xb5, 0x2)