License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / m68k / include / asm / atari_stdma.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2
3#ifndef _atari_stdma_h
4#define _atari_stdma_h
5
6
b5dc7840 7#include <linux/interrupt.h>
1da177e4
LT
8
9
10/***************************** Prototypes *****************************/
11
16b29e75 12int stdma_try_lock(irq_handler_t, void *);
40220c1a 13void stdma_lock(irq_handler_t handler, void *data);
1da177e4 14void stdma_release( void );
1da177e4 15int stdma_islocked( void );
16b29e75 16int stdma_is_locked_by(irq_handler_t);
1da177e4
LT
17void stdma_init( void );
18
19/************************* End of Prototypes **************************/
20
21
22
23#endif /* _atari_stdma_h */