Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / arm / mach-omap2 / mux.h
index c9ec50d..a4ab17a 100644 (file)
 #define OMAP_MUX_REG_8BIT              (1 << 0)
 #define OMAP_MUX_GPIO_IN_MODE3         (1 << 1)
 
+/**
+ * struct omap_board_data - board specific device data
+ * @id: instance id
+ * @flags: additional flags for platform init code
+ * @pads: array of device specific pads
+ * @pads_cnt: ARRAY_SIZE() of pads
+ */
+struct omap_board_data {
+       int                     id;
+       u32                     flags;
+       struct omap_device_pad  *pads;
+       int                     pads_cnt;
+};
+
 /**
  * struct mux_partition - contain partition related information
  * @name: name of the current partition