errors.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. /* ----------------------------------------------------------------------------
  2. File Name: errors.h
  3. Description: 5100 get error as string representation from error code.
  4. Copyright (C) 2004 STMicroelectronics
  5.   
  6. ---------------------------------------------------------------------------- */
  7. /* Define to prevent recursive inclusion */
  8. #ifndef __ERRORS_H
  9. #define __ERRORS_H
  10. /* Exported Constants -------------------------------------------------- */
  11. /* Includes ---------------------------------------------------------------- */
  12. #include "stddefs.h"    /* STAPI includes */
  13. /* Exported Types ------------------------------------------------------ */
  14. /* Exported Variables -------------------------------------------------- */
  15. /* Exported Macros ----------------------------------------------------- */
  16. /* Exported Functions -------------------------------------------------- */
  17. char *KB_ErrorGetText(ST_ErrorCode_t ST_ErrorCode);
  18. #endif /* __ERRORS_H */
  19. /* EOF --------------------------------------------------------------------- */