]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-omap2/mux.h
omap: mux: Add data for 2430
[mv-sheeva.git] / arch / arm / mach-omap2 / mux.h
index e14cd4dc9a4d632247c15d2f99043e6807506e4f..a8e040c2c7e9817aa67115b0e52860dd81653369 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include "mux2420.h"
+#include "mux2430.h"
 #include "mux34xx.h"
 
 #define OMAP_MUX_TERMINATOR    0xffff
@@ -180,6 +181,13 @@ void omap_mux_write_array(struct omap_board_mux *board_mux);
  */
 int omap2420_mux_init(struct omap_board_mux *board_mux, int flags);
 
+/**
+ * omap2430_mux_init() - initialize mux system with board specific set
+ * @board_mux:         Board specific mux table
+ * @flags:             OMAP package type used for the board
+ */
+int omap2430_mux_init(struct omap_board_mux *board_mux, int flags);
+
 /**
  * omap3_mux_init() - initialize mux system with board specific set
  * @board_mux:         Board specific mux table