/* Copyright 2013 The MathWorks, Inc. */ /* * File: codeInstr_data_stream.h * */ /* need error codes */ #include "xil_interface_lib.h" extern XIL_INTERFACE_LIB_ERROR_CODE codeInstrInit(void); extern void codeInstrTerminate(void);