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