atari_stdma.h 472 字节
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 *****************************/

A
Al Viro 已提交
11
void stdma_lock(irqreturn_t (*handler)(int, void *), void *data);
L
Linus Torvalds 已提交
12 13 14 15 16 17 18 19 20 21 22
void stdma_release( void );
int stdma_others_waiting( void );
int stdma_islocked( void );
void *stdma_locked_by( void );
void stdma_init( void );

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



#endif  /* _atari_stdma_h */