diff options
author | Phil Sutter <n0-1@freewrt.org> | 2009-01-22 19:28:50 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-01-30 22:33:01 +0100 |
commit | 3828ee047d3c8e0d0e8e9f4d738bd8593220299a (patch) | |
tree | 77a4a931f08fdc882b3d1587dca2f0bb1a1b1b83 /arch/mips/include/asm/mach-rc32434/rb.h | |
parent | MIPS: RB532: Simplify dev3 init (diff) | |
download | linux-3828ee047d3c8e0d0e8e9f4d738bd8593220299a.tar.xz linux-3828ee047d3c8e0d0e8e9f4d738bd8593220299a.zip |
MIPS: RB532: Update headers
Remove the {set,get}_434_reg() prototypes, as the functions have been
removed. Also move the prototypes for {get,set}_latch_u5() to the correct
place.
Signed-off-by: Phil Sutter <n0-1@freewrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-rc32434/rb.h')
-rw-r--r-- | arch/mips/include/asm/mach-rc32434/rb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-rc32434/rb.h b/arch/mips/include/asm/mach-rc32434/rb.h index f25a84916703..6dc5f8df1f3e 100644 --- a/arch/mips/include/asm/mach-rc32434/rb.h +++ b/arch/mips/include/asm/mach-rc32434/rb.h @@ -83,4 +83,7 @@ struct mpmc_device { void __iomem *base; }; +extern void set_latch_u5(unsigned char or_mask, unsigned char nand_mask); +extern unsigned char get_latch_u5(void); + #endif /* __ASM_RC32434_RB_H */ |