]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Prototype for omap_mcbsp_set_io_type()
authorSigned-off-by: Luís Vitório Cargnini <lvcargnini@gmail.com>
Wed, 26 Sep 2007 03:18:59 +0000 (00:18 -0300)
committerTony Lindgren <tony@atomide.com>
Sat, 13 Oct 2007 02:55:07 +0000 (19:55 -0700)
this patch add the function prototype of set I/O to the header file os it
could be used outside since it is exported, but not defined in the header
previously

Signed-off-by: Luís Vitório Cargnini <lvcargnini@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/mcbsp.h

index 94da17ed7caca623bb109952302ff3dc54620ee0..b53c3b23b8cd1947be9c4877c76e9ecf96f9faea 100644 (file)
@@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned int id, const struct omap_mcbsp_spi_cfg *
 /* Polled read/write functions */
 int omap_mcbsp_pollread(unsigned int id, u16 * buf);
 int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
+int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t io_type);
 
 #endif