/* * Define here the inputs for the module */ #ifndef _INPUTS_H #define _INPUTS_H /** configure input interfaces */ struct utils_itf input_itfs[] = { {NULL, 0, 0, 0, 0, 0}}; /** =============== End ================ */ #endif /* _INPUTS_H */