Merge branch 'u-boot/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / arch / arm / include / asm / arch-davinci / da850_lowlevel.h
index e489c474754cd581c65921b4f1aaa26f7669fc8c..11ed91d0595ca17d15128028b72aaf11b9d2caed 100644 (file)
 #ifndef __DA850_LOWLEVEL_H
 #define __DA850_LOWLEVEL_H
 
+#include <asm/arch/pinmux_defs.h>
+
+/* pinmux_resource[] vector is defined in the board specific file */
+extern const struct pinmux_resource pinmuxes[];
+extern const int pinmuxes_size;
+
+extern const struct lpsc_resource lpsc[];
+extern const int lpsc_size;
+
 /* NOR Boot Configuration Word Field Descriptions */
 #define DA850_NORBOOT_COPY_XK(X)       ((X - 1) << 8)
 #define DA850_NORBOOT_METHOD_DIRECT    (1 << 4)