Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.4 KiB

  1. /******************************************************************************\
  2. * *
  3. * BMASTER.H - Bus Mastering support for AMCC chip. *
  4. * *
  5. * Copyright (c) C-Cube Microsystems 1996 *
  6. * All Rights Reserved. *
  7. * *
  8. * Use of C-Cube Microsystems code is governed by terms and conditions *
  9. * stated in the accompanying licensing statement. *
  10. * *
  11. \******************************************************************************/
  12. #ifndef _BMASTER_H_
  13. #define _BMASTER_H_
  14. BOOL BMA_Reset();
  15. BOOL BMA_Send( DWORD * dwpData, DWORD dwCount );
  16. BOOL BMA_Complete();
  17. BOOL BMA_ClearInterrupt();
  18. BOOL BMA_EnableInterrupt();
  19. BOOL BMA_OpenDecoderInterruptPass();
  20. BOOL BMA_CloseDecoderInterruptPass();
  21. BOOL BMA_CheckDecoderInterrupt();
  22. BOOL BMA_DisableInterrupt();
  23. #ifdef ENCORE
  24. BOOL BMA_Init( DWORD dwAMCCBase, BOOL bIsVxp524 );
  25. #else
  26. BOOL BMA_Flush();
  27. BOOL BMA_Init( DWORD dwAMCCBase );
  28. #endif // ENCORE
  29. #endif // _BMASTER_H_