/* * Define here the outputs for the module */ #ifndef _INPUTS_H #define _INPUTS_H /** Type declaration */ #define INPUT_MAX_CONTROL 1 /*Max buffer size for control symbols*/ /* buffer for data */ /* defined interfaces functions*/ /** configure input interfaces */ struct utils_itf input_itfs[] = { {NULL, 0, 0, 0, 0, 0}}; /** =============== End ================ */ #endif /* _INPUTS_H */