/* SPDX-License-Identifier: GPL-2.0-only */ /** * @brief pack definations. */ #ifndef __PACK_DEF__ #define __PACK_DEF__ #define __NRF_WIFI_PKD __attribute__((__packed__)) #endif