blob: b4eadf8527387292c19023b7c4dca8c36b8db7cd [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
11void stdma_lock(irqreturn_t (*handler)(int, void *, struct pt_regs *),
12 void *data);
13void stdma_release( void );
14int stdma_others_waiting( void );
15int stdma_islocked( void );
16void *stdma_locked_by( void );
17void stdma_init( void );
18
19/************************* End of Prototypes **************************/
20
21
22
23#endif /* _atari_stdma_h */