2 * OpenFirmware regulator support routines
6 #ifndef __LINUX_OF_REG_H
7 #define __LINUX_OF_REG_H
10 extern struct regulator_init_data
11 *of_get_regulator_init_data(struct device
*dev
,
12 struct device_node
*node
);
14 static inline struct regulator_init_data
15 *of_get_regulator_init_data(struct device
*dev
,
16 struct device_node
*node
)
20 #endif /* CONFIG_OF */
22 #endif /* __LINUX_OF_REG_H */