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

DVD

开发平台:

C/C++

  1. /*****************************************************************************
  2. File Name  : common.h
  3. Description: COMMON header
  4. Copyright (C) 2004 STMicroelectronics
  5. *****************************************************************************/
  6. /* Define to prevent recursive inclusion */
  7. #ifndef __COMMON_H
  8. #define __COMMON_H
  9. /* Includes --------------------------------------------------------------- */
  10. #include "stddefs.h"    /* STAPI includes */
  11. #include "stcommon.h"
  12. /* Exported Types ------------------------------------------------------ */
  13. /* Exported Constants -------------------------------------------------- */
  14. /* Exported Variables -------------------------------------------------- */
  15. extern ST_ClockInfo_t      ST_ClockInfo;
  16. /* Exported Macros ----------------------------------------------------- */
  17. /* Exported Functions -------------------------------------------------- */
  18. #endif /* __COMMON_H */
  19. /* EOF --------------------------------------------------------------------- */