Files
linux-apfs/arch/m68k/include/asm/atari_stdma.h
T

23 lines
458 B
C
Raw Normal View History

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