/****************************************************************************** * * Title : getRegisterId.h * Version 0.0 * * Description: header file * Related files: getRegisterId.c * * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef GET_REGISTER_ID_H /* multiple inclusion protection */ #define GET_REGISTER_ID_H /****************************************************************************** * Header files * ******************************************************************************/ #include "processor.h" #include "registerIndices.h" #include "errorCodesRcc.h" /****************************************************************************** * Global Function Declarations * ******************************************************************************/ ERROR_ID getRegisterId(UINT32 *registerId, UINT32 baseId, UINT32 x, UINT32 y, UINT32 z); /******************************************************************************/ #endif /* GET_REGISTER_ID_H */