powerpc/powermac: Fix occasional SMP boot failure
[deliverable/linux.git] / include / asm-m68k / atari_stdma.h
CommitLineData
1da177e4
LT
1
2#ifndef _atari_stdma_h
3#define _atari_stdma_h
4
5
b5dc7840 6#include <linux/interrupt.h>
1da177e4
LT
7
8
9/***************************** Prototypes *****************************/
10
40220c1a 11void stdma_lock(irq_handler_t handler, void *data);
1da177e4
LT
12void stdma_release( void );
13int stdma_others_waiting( void );
14int stdma_islocked( void );
15void *stdma_locked_by( void );
16void stdma_init( void );
17
18/************************* End of Prototypes **************************/
19
20
21
22#endif /* _atari_stdma_h */
This page took 0.400326 seconds and 5 git commands to generate.