atari_stdma.h 475 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5

#ifndef _atari_stdma_h
#define _atari_stdma_h


6
#include <linux/interrupt.h>
L
Linus Torvalds 已提交
7 8 9 10


/***************************** Prototypes *****************************/

11
int stdma_try_lock(irq_handler_t, void *);
12
void stdma_lock(irq_handler_t handler, void *data);
L
Linus Torvalds 已提交
13 14
void stdma_release( void );
int stdma_islocked( void );
15
int stdma_is_locked_by(irq_handler_t);
L
Linus Torvalds 已提交
16 17 18 19 20 21 22
void stdma_init( void );

/************************* End of Prototypes **************************/



#endif  /* _atari_stdma_h */