ARM: dts: rockchip: sort rk3288 dts by base adress
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rockchip / rk_pm_tests / rk_pm_tests.h
1 #ifndef _RK_PM_TESTS_H_
2 #define _RK_PM_TESTS_H_
3 #define PM_DBG(fmt, args...) printk(KERN_DEBUG "PM_TESTS_DBG:\t"fmt, ##args)
4 #define PM_ERR(fmt, args...) printk(KERN_ERR "PM_TESTS_ERR:\t"fmt, ##args)
5 #endif