common.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- /*****************************************************************************
- File Name : common.h
- Description: COMMON header
- Copyright (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __COMMON_H
- #define __COMMON_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stcommon.h"
- /* Exported Types ------------------------------------------------------ */
- /* Exported Constants -------------------------------------------------- */
- /* Exported Variables -------------------------------------------------- */
- extern ST_ClockInfo_t ST_ClockInfo;
- /* Exported Macros ----------------------------------------------------- */
- /* Exported Functions -------------------------------------------------- */
- #endif /* __COMMON_H */
- /* EOF --------------------------------------------------------------------- */