1 /* 2 * (C) Copyright 2018 Rockchip Electronics Co., Ltd 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7 #ifndef _ROCKCHIP_PM_H_ 8 #define _ROCKCHIP_PM_H_ 9 10 int device_suspend(void); 11 int device_resume(void); 12 13 #endif 14
1 /* 2 * (C) Copyright 2018 Rockchip Electronics Co., Ltd 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7 #ifndef _ROCKCHIP_PM_H_ 8 #define _ROCKCHIP_PM_H_ 9 10 int device_suspend(void); 11 int device_resume(void); 12 13 #endif 14