 |
nRF WiFi
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#include <zephyr/toolchain.h>
17#include <linux/compiler_attributes.h>
20#define __packed __attribute__((packed))
23#define __aligned(x) __attribute__((aligned(x)))
27#define __NRF_WIFI_PKD __packed
28#define __NRF_WIFI_ALIGN_4 __aligned(4)