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

DVD

开发平台:

C/C++

  1. /*****************************************************************************
  2. File Name   : avmem.h
  3. Description : 5105 AVMEM header
  4. Copyright (C) 2004 STMicroelectronics
  5. *****************************************************************************/
  6. /* Define to prevent recursive inclusion */
  7. #ifndef __AVMEM_H
  8. #define __AVMEM_H
  9. /* Includes --------------------------------------------------------------- */
  10. #include "stddefs.h"    /* STAPI includes */
  11. #include "stavmem.h"
  12. /* Exported Types ------------------------------------------------------ */
  13. /* Exported Constants -------------------------------------------------- */
  14. #define KB_AVMEM_DEVICE_TYPE               STAVMEM_DEVICE_TYPE_VIRTUAL
  15. #define KB_AVMEM_MAX_PARTITIONS            1
  16. #define KB_AVMEM_FORB_BORDERS              10
  17. /* Exported Variables -------------------------------------------------- */
  18. extern STAVMEM_PartitionHandle_t g_KBAvmemPartitionHandle[KB_AVMEM_MAX_PARTITIONS];
  19. /* Exported Macros ----------------------------------------------------- */
  20. /* Exported Functions -------------------------------------------------- */
  21. ST_ErrorCode_t KB_AVMEMSetup(void);
  22. #endif /* __AVMEM_H */
  23. /* EOF --------------------------------------------------------------------- */