[PATCH] list: add missing rcu_dereference on first element
[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
6#include <asm/irq.h>
7
8
9/***************************** Prototypes *****************************/
10
11void stdma_lock(irqreturn_t (*handler)(int, void *, struct pt_regs *),
12 void *data);
13void stdma_release( void );
14int stdma_others_waiting( void );
15int stdma_islocked( void );
16void *stdma_locked_by( void );
17void stdma_init( void );
18
19/************************* End of Prototypes **************************/
20
21
22
23#endif /* _atari_stdma_h */
This page took 0.064516 seconds and 5 git commands to generate.