/* * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */#ifndef __IRQ_KERN_H__#define __IRQ_KERN_H__#include"linux/interrupt.h"#include"asm/ptrace.h"externintum_request_irq(unsignedintirq,intfd,inttype,irq_handler_thandler,unsignedlongirqflags,constchar*devname,void*dev_id);#endif