/****************************************************************************** * Title : primFunc_memoryTest.h * Version 0.0 * * Description: header file * Related files: primFunc_memoryTest.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef PRIM_MEMORY_TEST_H /* multiple inclusion protection */ #define PRIM_MEMORY_TEST_H /****************************************************************************** * Header files * ******************************************************************************/ #include "errorCodesRcc.h" #include "primParams.h" /****************************************************************************** * Definitions * ******************************************************************************/ #define R_MEMORY_TEST_HOST 102 /****************************************************************************** * Type definitions * ******************************************************************************/ /******************************************************************************/ #endif /* PRIM_MEMORY_TEST_H */ #ifdef PRIM_FUNC_DEFINED #include "globalDefinitions.h" PRIM_FUNCTION_TYPE primFunction_memoryTest; #endif