From 48d11ca3d269f0c8ce17aa02681482dede16ce01 Mon Sep 17 00:00:00 2001 From: Juha Yrjola Date: Thu, 31 Aug 2006 20:43:32 +0300 Subject: [PATCH] OMAP: Menelaus: Add prototype for menelaus_set_vaux() Signed-off-by: Juha Yrjola --- include/asm-arm/arch-omap/menelaus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-arm/arch-omap/menelaus.h b/include/asm-arm/arch-omap/menelaus.h index 1ae179da717..82d276a6bd9 100644 --- a/include/asm-arm/arch-omap/menelaus.h +++ b/include/asm-arm/arch-omap/menelaus.h @@ -16,6 +16,7 @@ extern int menelaus_set_mmc_slot(int slot, int enable, int power, int cd_on); extern int menelaus_set_vmem(unsigned int mV); extern int menelaus_set_vio(unsigned int mV); extern int menelaus_set_vmmc(unsigned int mV); +extern int menelaus_set_vaux(unsigned int mV); extern int menelaus_set_vdcdc(int dcdc, unsigned int mV); extern int menelaus_set_slot_sel(int enable); extern int menelaus_get_slot_pin_states(void); -- 2.41.1