atari_stdma.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _atari_stdma_h
  2. #define _atari_stdma_h
  3. #include <asm/irq.h>
  4. /***************************** Prototypes *****************************/
  5. void stdma_lock(void (*handler)(int, void *, struct pt_regs *), void *data); 
  6. void stdma_release( void );
  7. int stdma_others_waiting( void );
  8. int stdma_islocked( void );
  9. void *stdma_locked_by( void );
  10. void stdma_init( void );
  11. /************************* End of Prototypes **************************/
  12. #endif  /* _atari_stdma_h */