/*
 * tlcFpAsm.h
 *
 */

#ifndef TLCFPASM_H_
#define TLCFPASM_H_

#include "../../testtad/src/tlc_basedef.h"

#ifdef __cplusplus
extern "C"
{
#endif



#define FP_ASM_RESULT_SUCCESS                              0
#define FP_ASM_RESULT_FAIL_GENERAL                         -1

#ifdef __cplusplus
}
#endif

#endif // TLCFPASM_H_
