DEBSOURCES
Skip Quicknav
sources / bladerf / 0.2022.11-1 / hdl / fpga / ip / analogdevicesinc / no_OS / include / host_config.h
12345678
#ifndef HOST_CONFIG_H__ #define HOST_CONFIG_H__ #include <unistd.h> #define ARRAY_SIZE(n) (sizeof(n) / sizeof(n[0])) #endif