| /* |
| * sec_pm_debug.h - SEC Power Management Debug |
| * |
| * Copyright (c) 2018 Samsung Electronics Co., Ltd. |
| * http://www.samsung.com |
| * Minsung Kim <ms925.kim@samsung.com> |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| #ifndef __LINUX_SEC_PM_DEBUG_H |
| #define __LINUX_SEC_PM_DEBUG_H __FILE__ |
| |
| extern unsigned long long sleep_time_sec; |
| extern unsigned int sleep_count; |
| |
| #endif /* __LINUX_SEC_PM_DEBUG_H */ |