/* SPDX-License-Identifier: GPL-2.0+ */ /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */ #ifndef _QTN_FMAC_SHM_IPC_DEFS_H_ #define _QTN_FMAC_SHM_IPC_DEFS_H_ #include <linux/types.h> #define QTN_IPC_REG_HDR_SZ … #define QTN_IPC_REG_SZ … #define QTN_IPC_MAX_DATA_SZ … enum qtnf_shm_ipc_region_flags { … }; struct qtnf_shm_ipc_region_header { … } __packed; qtnf_shm_ipc_region_headroom __packed; struct qtnf_shm_ipc_region { … } __packed; #endif /* _QTN_FMAC_SHM_IPC_DEFS_H_ */