6#ifndef _NRF_EDGEAI_PRIVATE_INTERFACES_INPUT_FEED_H_
7#define _NRF_EDGEAI_PRIVATE_INTERFACES_INPUT_FEED_H_
27#define NRF_EDGEAI_DECLARE_INPUT_FEED_INTERFACE(interface_name) \
28 nrf_edgeai_err_t nrf_edgeai_input_feed_##interface_name(nrf_edgeai_input_t* p_input_ctx, \
29 void* p_input_values, \