atari_stdma.h 484 B

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