Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kdev_t.h>
#include <linux/genhd.h>
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/wait.h>
#include <linux/module.h>
#include <asm/atari_stdma.h>
#include <asm/atariints.h>
#include <asm/atarihw.h>
#include <asm/io.h>
#include <asm/irq.h>
Go to the source code of this file.
EXPORT_SYMBOL | ( | stdma_lock | ) |
EXPORT_SYMBOL | ( | stdma_release | ) |
EXPORT_SYMBOL | ( | stdma_others_waiting | ) |
EXPORT_SYMBOL | ( | stdma_islocked | ) |
void stdma_lock | ( | irq_handler_t | handler, |
void * | data | ||
) |