* add p cc
[mascara-docs.git] / i386 / linux / linux-2.3.21 / include / asm-m68k / atari_stdma.h
blobddc92e199ced5496a4bc99170f9bc03091619af6
2 #ifndef _atari_stdma_h
3 #define _atari_stdma_h
6 #include <asm/irq.h>
9 /***************************** Prototypes *****************************/
11 void stdma_lock(void (*handler)(int, void *, struct pt_regs *), 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 */