[NEIGH] Print stack trace in neigh_add_timer
[linux-2.6/suspend2-2.6.18.git] / include / asm-m68k / atari_stdma.h
blob64f92880ce43f7f4e160cbf0538946af2a9b9138
2 #ifndef _atari_stdma_h
3 #define _atari_stdma_h
6 #include <asm/irq.h>
9 /***************************** Prototypes *****************************/
11 void stdma_lock(irqreturn_t (*handler)(int, void *, struct pt_regs *),
12 void *data);
13 void stdma_release( void );
14 int stdma_others_waiting( void );
15 int stdma_islocked( void );
16 void *stdma_locked_by( void );
17 void stdma_init( void );
19 /************************* End of Prototypes **************************/
23 #endif /* _atari_stdma_h */