ARM: dts: rockchip: sort rk3288 dts by base adress
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rockchip / rk_pm_tests / clk_rate.h
1 #ifndef _CLK_RATE_H_
2 #define _CLK_RATE_H_
3 ssize_t clk_rate_show(struct kobject *kobj, struct kobj_attribute *attr,
4                 char *buf);
5 ssize_t clk_rate_store(struct kobject *kobj, struct kobj_attribute *attr,
6                 const char *buf, size_t n);
7
8 #endif