ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC
[linux/fpc-iii.git] / arch / m68k / include / asm / atari_stdma.h
blobd24e34d870dc4c4a25bc450e3b218c298ce6cbed
2 #ifndef _atari_stdma_h
3 #define _atari_stdma_h
6 #include <linux/interrupt.h>
9 /***************************** Prototypes *****************************/
11 int stdma_try_lock(irq_handler_t, void *);
12 void stdma_lock(irq_handler_t handler, void *data);
13 void stdma_release( void );
14 int stdma_islocked( void );
15 int stdma_is_locked_by(irq_handler_t);
16 void stdma_init( void );
18 /************************* End of Prototypes **************************/
22 #endif /* _atari_stdma_h */