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