hwa742.h 241 Bytes
#ifndef _HWA742_H
#define _HWA742_H

struct hwa742_platform_data {
	void		(*power_up)(struct device *dev);
	void		(*power_down)(struct device *dev);
	unsigned long	(*get_clock_rate)(struct device *dev);

	unsigned	te_connected:1;
};

#endif