From 2c3c1048746a4622d8c89a29670120dc8fab93c4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:49:45 +0200 Subject: Adding upstream version 6.1.76. Signed-off-by: Daniel Baumann --- arch/m68k/include/asm/atari_stdma.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 arch/m68k/include/asm/atari_stdma.h (limited to 'arch/m68k/include/asm/atari_stdma.h') diff --git a/arch/m68k/include/asm/atari_stdma.h b/arch/m68k/include/asm/atari_stdma.h new file mode 100644 index 000000000..70de9b124 --- /dev/null +++ b/arch/m68k/include/asm/atari_stdma.h @@ -0,0 +1,23 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +#ifndef _atari_stdma_h +#define _atari_stdma_h + + +#include + + +/***************************** 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 */ -- cgit v1.2.3