Received: from mail.onstor.com ([66.201.51.107]) by onstor-exch02.onstor.net with Microsoft SMTPSVC(6.0.3790.3959);
	 Thu, 30 Oct 2008 17:28:09 -0700
Received: from chiesmta2-2.messageone.com ([216.203.30.55]) by mail.onstor.com with Microsoft SMTPSVC(6.0.3790.3959);
	 Thu, 30 Oct 2008 17:28:09 -0700
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])
	by chiesmta2-2.messageone.com (8.13.8/8.13.8) with ESMTP id m9V0S7jC016558
	for <andy.sharp@onstor.com>; Thu, 30 Oct 2008 19:28:08 -0500
Received: from localhost.localdomain ([127.0.0.1]:31965 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP
	id S22776827AbYJaA0d (ORCPT <rfc822;andy.sharp@onstor.com>);
	Fri, 31 Oct 2008 00:26:33 +0000
Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 31 Oct 2008 00:26:16 +0000 (GMT)
Received: from orbit.nwl.cc ([81.169.176.177]:59573 "EHLO
	mail.ifyouseekate.net") by ftp.linux-mips.org with ESMTP
	id S22776818AbYJaA0J (ORCPT <rfc822;linux-mips@linux-mips.org>);
	Fri, 31 Oct 2008 00:26:09 +0000
Received: from base (localhost [127.0.0.1])
	by mail.ifyouseekate.net (Postfix) with ESMTP id 6321D38C5FB6
	for <linux-mips@linux-mips.org>; Fri, 31 Oct 2008 01:26:00 +0100 (CET)
From: Phil Sutter <n0-1@freewrt.org>
To: Linux-Mips List <linux-mips@linux-mips.org>
Subject: [PATCH] add prototypes for the exported symbols
Date: 	Fri, 31 Oct 2008 01:25:57 +0100
Message-Id: <1225412757-17894-1-git-send-email-n0-1@freewrt.org>
X-Mailer: git-send-email 1.5.6.4
In-Reply-To: <1225398000-24020-1-git-send-email-n0-1@freewrt.org>
References: <1225398000-24020-1-git-send-email-n0-1@freewrt.org>
X-archive-position: 21134
X-ecartis-version: Ecartis v1.0.0
Sender: linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: n0-1@freewrt.org
Precedence: bulk
X-list: 	linux-mips
X-MessageOne-Virus-Version: vendor=fsecure engine=4.65.7400:2.4.4,1.2.40,4.0.164 definitions=2008-10-30_15:2008-10-10,2008-10-30,2008-10-30 signatures=0
X-MessageOne-Virus-Scanned: Clean
X-MessageOne-Envelope-Sender: linux-mips-bounce@linux-mips.org
X-MessageOne-Spam-Details: rule=m773emszm_notspam policy=m773emszm score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=3.1.0-0810130000 definitions=main-0810300169
X-MessageOne-Spam-Score: 0
X-MessageOne-Spam-Bar: 
Return-Path: linux-mips-bounce@linux-mips.org
X-OriginalArrivalTime: 31 Oct 2008 00:28:09.0347 (UTC) FILETIME=[8CF8A530:01C93AEF]

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


