avmem.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:1k
- /*****************************************************************************
- File Name : avmem.h
- Description : 5105 AVMEM header
- Copyright (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __AVMEM_H
- #define __AVMEM_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stavmem.h"
- /* Exported Types ------------------------------------------------------ */
- /* Exported Constants -------------------------------------------------- */
- #define KB_AVMEM_DEVICE_TYPE STAVMEM_DEVICE_TYPE_VIRTUAL
- #define KB_AVMEM_MAX_PARTITIONS 1
- #define KB_AVMEM_FORB_BORDERS 10
- /* Exported Variables -------------------------------------------------- */
- extern STAVMEM_PartitionHandle_t g_KBAvmemPartitionHandle[KB_AVMEM_MAX_PARTITIONS];
- /* Exported Macros ----------------------------------------------------- */
- /* Exported Functions -------------------------------------------------- */
- ST_ErrorCode_t KB_AVMEMSetup(void);
- #endif /* __AVMEM_H */
- /* EOF --------------------------------------------------------------------- */