atari_stdma.h 475 B

12345678910111213141516171819202122
  1. #ifndef _atari_stdma_h
  2. #define _atari_stdma_h
  3. #include <linux/interrupt.h>
  4. /***************************** Prototypes *****************************/
  5. int stdma_try_lock(irq_handler_t, void *);
  6. void stdma_lock(irq_handler_t handler, void *data);
  7. void stdma_release( void );
  8. int stdma_islocked( void );
  9. int stdma_is_locked_by(irq_handler_t);
  10. void stdma_init( void );
  11. /************************* End of Prototypes **************************/
  12. #endif /* _atari_stdma_h */