| To: | Linux-Mips List <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH] add prototypes for the exported symbols |
| From: | Phil Sutter <n0-1@freewrt.org> |
| Date: | Fri, 31 Oct 2008 01:25:57 +0100 |
| In-reply-to: | <1225398000-24020-1-git-send-email-n0-1@freewrt.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1225398000-24020-1-git-send-email-n0-1@freewrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Forgot to include them in the original patch. Signed-off-by: Phil Sutter <n0-1@freewrt.org> --- arch/mips/include/asm/mach-rc32434/gpio.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/include/asm/mach-rc32434/gpio.h b/arch/mips/include/asm/mach-rc32434/gpio.h index c8e554e..b5cf645 100644 --- a/arch/mips/include/asm/mach-rc32434/gpio.h +++ b/arch/mips/include/asm/mach-rc32434/gpio.h @@ -84,5 +84,7 @@ extern void set_434_reg(unsigned reg_offs, unsigned bit, unsigned len, unsigned extern unsigned get_434_reg(unsigned reg_offs); extern void set_latch_u5(unsigned char or_mask, unsigned char nand_mask); extern unsigned char get_latch_u5(void); +extern void rb532_gpio_set_ilevel(int bit, unsigned gpio); +extern void rb532_gpio_set_istat(int bit, unsigned gpio); #endif /* _RC32434_GPIO_H_ */ -- 1.5.6.4 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: Check the range of the syscall number for o32 syscall on 64bit kernel., David Daney |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Check the range of the syscall number for o32 syscall on 64bit kernel., David Daney |
| Previous by Thread: | Re: [PATCH] provide functions for gpio configuration, Florian Fainelli |
| Next by Thread: | [patch 3/3] drivers/rtc/rtc-m48t35.c is borked too, akpm |
| Indexes: | [Date] [Thread] [Top] [All Lists] |