From: Kenn H. <ke...@us...> - 2002-07-18 23:50:12
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/bus In directory usw-pr-cvs1:/tmp/cvs-serv2609 Added Files: qbus.h Log Message: Public interface to KA650 Q-bus driver. This is going to change greatly... --- NEW FILE --- #include <asm/dma.h> /* Soon these functions will be moved to a bus_ops structure */ void qbus_dumpmap(void); struct vax_dmamap *qbus_alloc_mapregs(void *start, unsigned int len); void qbus_unmap(struct vax_dmamap *mapping); int qbus_vector_to_irq(unsigned int vector); int qbus_request_irq(unsigned int qbus_vector, void (*handler)(int, void *, struct pt_regs *), unsigned long irqflags, const char * devname, void *dev_id); |