Release 4.10 arch/m68k/include/asm/atari_stdma.h
#ifndef _atari_stdma_h
#define _atari_stdma_h
#include <linux/interrupt.h>
/***************************** Prototypes *****************************/
int stdma_try_lock(irq_handler_t, void *);
void stdma_lock(irq_handler_t handler, void *data);
void stdma_release( void );
int stdma_islocked( void );
int stdma_is_locked_by(irq_handler_t);
void stdma_init( void );
/************************* End of Prototypes **************************/
#endif /* _atari_stdma_h */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 43 | 74.14% | 1 | 25.00% |
finn thain | finn thain | 13 | 22.41% | 1 | 25.00% |
david howells | david howells | 1 | 1.72% | 1 | 25.00% |
roman zippel | roman zippel | 1 | 1.72% | 1 | 25.00% |
| Total | 58 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.