2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
#ifndef _atari_stdma_h
|
|
|
|
#define _atari_stdma_h
|
|
|
|
|
|
|
|
|
2006-06-25 08:47:00 -04:00
|
|
|
#include <linux/interrupt.h>
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
|
|
|
|
/***************************** Prototypes *****************************/
|
|
|
|
|
2006-10-09 07:19:47 -04:00
|
|
|
void stdma_lock(irq_handler_t handler, void *data);
|
2005-04-16 18:20:36 -04:00
|
|
|
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 */
|