atari_stdma.h 458 B

12345678910111213141516171819202122
  1. #ifndef _atari_stdma_h
  2. #define _atari_stdma_h
  3. #include <linux/interrupt.h>
  4. /***************************** Prototypes *****************************/
  5. void stdma_lock(irq_handler_t handler, 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 */