Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/bus
In directory usw-pr-cvs1:/tmp/cvs-serv1902/bus
Added Files:
qbus.h
Log Message:
DA: backport 2.5 qbus support to 2.4 for SIMH
--- 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);
|