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

DVD

开发平台:

C/C++

  1. /*****************************************************************************
  2. File Name: blit.h
  3. Description: BLIT configuration
  4. COPYRIGHT (C) 2004 STMicroelectronics
  5. *****************************************************************************/
  6. /* Define to prevent recursive inclusion */
  7. #ifndef __BLIT_H
  8. #define __BLIT_H
  9. /* Includes --------------------------------------------------------------- */
  10. #include "stddefs.h"    /* STAPI includes */
  11. #include "stblit.h"
  12. /* Exported Types --------------------------------------------------------- */
  13. /* Exported Constants ----------------------------------------------------- */
  14. /* Exported Variables ----------------------------------------------------- */
  15. extern ST_DeviceName_t BLIT_DeviceName;
  16. extern STBLIT_Handle_t BLIT_Handle;
  17. extern STBLIT_BlitContext_t GtBlitContext;
  18. /* Exported Macros -------------------------------------------------------- */
  19. #define BLIT_DEVICE_TYPE        STBLIT_DEVICE_TYPE_SOFTWARE
  20. #ifndef BLIT_INTERRUPT
  21. #define BLIT_INTERRUPT          ST5105_BLIT_AQ1_INTERRUPT
  22. #endif
  23. #ifndef BLIT_INTERRUPT_LEVEL
  24. #define BLIT_INTERRUPT_LEVEL    5
  25. #endif
  26. /* Exported Functions ----------------------------------------------------- */
  27. ST_ErrorCode_t BLIT_Setup(void);
  28. #endif /* __BLIT_H */
  29. /* EOF --------------------------------------------------------------------- */