blob: a6986af7915eb8c396e62e57cfd9ca650205fe82 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2#ifndef _atari_stdma_h
3#define _atari_stdma_h
4
5
Roman Zippelb5dc7842006-06-25 05:47:00 -07006#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8
9/***************************** Prototypes *****************************/
10
Al Viro2850bc22006-10-07 14:16:45 +010011void stdma_lock(irqreturn_t (*handler)(int, void *), void *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070012void stdma_release( void );
13int stdma_others_waiting( void );
14int stdma_islocked( void );
15void *stdma_locked_by( void );
16void stdma_init( void );
17
18/************************* End of Prototypes **************************/
19
20
21
22#endif /* _atari_stdma_h */