14 lines
283 B
C
14 lines
283 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2016 MediaTek Inc.
|
||
|
|
*/
|
||
|
|
#ifndef __MTK_SLEEP_H__
|
||
|
|
#define __MTK_SLEEP_H__
|
||
|
|
|
||
|
|
#include <linux/kernel.h>
|
||
|
|
#include <mtk_spm.h>
|
||
|
|
#include <mtk_spm_sleep.h>
|
||
|
|
|
||
|
|
extern unsigned int slp_get_wake_reason(void);
|
||
|
|
#endif /* __MTK_SLEEP_H__ */
|