Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <asm/ptrace.h>
#include <asm/traps.h>
#include <asm/q40_master.h>
#include <asm/q40ints.h>
Go to the source code of this file.
Data Structures | |
struct | IRQ_TABLE |
Macros | |
#define | SVOL 45 |
#define | IRQ_INPROGRESS 1 |
#define | DEBUG_Q40INT |
Functions | |
void __init | q40_init_IRQ (void) |
void | q40_mksound (unsigned int hz, unsigned int ticks) |
void | q40_sched_init (irq_handler_t timer_routine) |
Variables | |
unsigned short | q40_ablecount [35] |
unsigned short | q40_state [35] |
int | ql_ticks |
void q40_sched_init | ( | irq_handler_t | timer_routine | ) |