#ifndef _MY_PROG_H #define _MY_PROG_H #include "itf_types.h" #define PROCESSINGTYPEIN TYPE_BIT8 /** Change according your needs*/ #define PROCESSINGTYPEOUT TYPE_BIT8 /** Change according your needs*/ void init_my_prog(); int my_prog(void *pdatain, void *pdataout,\ int processingtypeIN, int processingtypeOUT,\ int inputlength, ControlMODULENAME_h myctrl); #endif