arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / m68k / include / asm / atari_stdma.h
blob70de9b12470a9b65713b414236a4f714c56dbb05
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef _atari_stdma_h
4 #define _atari_stdma_h
7 #include <linux/interrupt.h>
10 /***************************** Prototypes *****************************/
12 int stdma_try_lock(irq_handler_t, void *);
13 void stdma_lock(irq_handler_t handler, void *data);
14 void stdma_release( void );
15 int stdma_islocked( void );
16 int stdma_is_locked_by(irq_handler_t);
17 void stdma_init( void );
19 /************************* End of Prototypes **************************/
23 #endif /* _atari_stdma_h */