summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-02 03:43:43 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-02 03:43:43 +0000
commiteeac643f6a7fb3d6713face2d65b11fbc959f005 (patch)
treedca809904ca6e350eb8ddf04658bc3fb5f3bcfd3 /include
parent0b90587a256971215fff6f6f0f98d1652235d44a (diff)
More chunky bits ...
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/vector.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/asm-mips/vector.h b/include/asm-mips/vector.h
index e3183b1de..5d5d40702 100644
--- a/include/asm-mips/vector.h
+++ b/include/asm-mips/vector.h
@@ -31,17 +31,17 @@ struct feature {
/*
* 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?
*/