346bd20bfea248fd1b89e76beb7106c5315c1f29
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rockchip / rk_pm_tests / clk_volt.h
1 #ifndef _CLK_VOLT_H_
2 #define _CLK_VOLT_H_
3 ssize_t clk_volt_show(struct kobject *kobj, struct kobj_attribute *attr,
4                 char *buf);
5 ssize_t clk_volt_store(struct kobject *kobj, struct kobj_attribute *attr,
6                 const char *buf, size_t n);
7
8 #endif