/* Copyright 2013 The MathWorks, Inc. */ /* * File: xil_interface_lib_common.h * */ #ifndef __XIL_INTERFACE_LIB_COMMON_H__ #define __XIL_INTERFACE_LIB_COMMON_H__ #include "rtwtypes.h" /* define some error codes */ typedef enum {XIL_INTERFACE_LIB_SUCCESS=0, XIL_INTERFACE_LIB_ERROR, XIL_INTERFACE_LIB_TERMINATE} XIL_INTERFACE_LIB_ERROR_CODE; /* called by XIL service when a buffer is received */ void xilProcessMsg(const MemUnit_T * const src, uint16_T size); #endif /* __XIL_INTERFACE_LIB_COMMON_H__ */