RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / include / asm / atari_stdma.h
blob8e389b7fa70c88ff3db422de4bfa7c2306d098ce
2 #ifndef _atari_stdma_h
3 #define _atari_stdma_h
6 #include <linux/interrupt.h>
9 /***************************** Prototypes *****************************/
11 void stdma_lock(irq_handler_t handler, void *data);
12 void stdma_release( void );
13 int stdma_others_waiting( void );
14 int stdma_islocked( void );
15 void *stdma_locked_by( void );
16 void stdma_init( void );
18 /************************* End of Prototypes **************************/
22 #endif /* _atari_stdma_h */