patch-2.1.73 linux/include/asm-mips/vector.h

Next file: linux/include/asm-mips/watch.h
Previous file: linux/include/asm-mips/usioctl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.72/linux/include/asm-mips/vector.h linux/include/asm-mips/vector.h
@@ -31,17 +31,17 @@
 	/*
 	 * How to access the floppy DMA functions.
 	 */
-	void (*fd_enable_dma)(void);
-	void (*fd_disable_dma)(void);
-	int (*fd_request_dma)(void);
-	void (*fd_free_dma)(void);
-	void (*fd_clear_dma_ff)(void);
-	void (*fd_set_dma_mode)(char mode);
-	void (*fd_set_dma_addr)(unsigned int a);
-	void (*fd_set_dma_count)(unsigned int count);
-	int (*fd_get_dma_residue)(void);
-	void (*fd_enable_irq)(void);
-	void (*fd_disable_irq)(void);
+	void (*fd_enable_dma)(int channel);
+	void (*fd_disable_dma)(int channel);
+	int (*fd_request_dma)(int channel);
+	void (*fd_free_dma)(int channel);
+	void (*fd_clear_dma_ff)(int channel);
+	void (*fd_set_dma_mode)(int channel, char mode);
+	void (*fd_set_dma_addr)(int channel, unsigned int a);
+	void (*fd_set_dma_count)(int channel, unsigned int count);
+	int (*fd_get_dma_residue)(int channel);
+	void (*fd_enable_irq)(int irq);
+	void (*fd_disable_irq)(int irq);
 	/*
 	 * How to access the RTC register of the DS1287?
 	 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov