[BACK]Return to ds1wm.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / linux

File: [Development] / linux-2.6-xfs / include / linux / ds1wm.h (download)

Revision 1.2, Tue Feb 26 16:44:40 2008 UTC (9 years, 8 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines

Merge up to 2.6.25-rc3
Merge of 2.6.x-xfs-melb:linux:30555a by kenmcd.

/* platform data for the DS1WM driver */

struct ds1wm_platform_data {
	int bus_shift;	    /* number of shifts needed to calculate the
			     * offset between DS1WM registers;
			     * e.g. on h5xxx and h2200 this is 2
			     * (registers aligned to 4-byte boundaries),
			     * while on hx4700 this is 1 */
	int active_high;
	void (*enable)(struct platform_device *pdev);
	void (*disable)(struct platform_device *pdev);
};