errors.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- /* ----------------------------------------------------------------------------
- File Name: errors.h
- Description: 5100 get error as string representation from error code.
- Copyright (C) 2004 STMicroelectronics
-
- ---------------------------------------------------------------------------- */
- /* Define to prevent recursive inclusion */
- #ifndef __ERRORS_H
- #define __ERRORS_H
- /* Exported Constants -------------------------------------------------- */
- /* Includes ---------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- /* Exported Types ------------------------------------------------------ */
- /* Exported Variables -------------------------------------------------- */
- /* Exported Macros ----------------------------------------------------- */
- /* Exported Functions -------------------------------------------------- */
- char *KB_ErrorGetText(ST_ErrorCode_t ST_ErrorCode);
- #endif /* __ERRORS_H */
- /* EOF --------------------------------------------------------------------- */