/*-----------------------------------------------------------------------------------------------*/ | |
/** | |
@file reboot_reason.c | |
@brief set reboot reason | |
*/ | |
/*-----------------------------------------------------------------------------------------------*/ | |
/*------------------------------------------------------------------------------------------------- | |
Copyright (c) 2024 mobiletek Wireless Solution, Co., Ltd. All Rights Reserved. | |
mobiletek Wireless Solution Proprietary and Confidential. | |
-------------------------------------------------------------------------------------------------*/ | |
/*------------------------------------------------------------------------------------------------- | |
EDIT HISTORY | |
This section contains comments describing changes made to the file. | |
Notice that changes are listed in reverse chronological order. | |
$Header: $ | |
when who what, where, why | |
-------- --------- ----------------------------------------------------------------- | |
20250515 yq.wang Created . | |
-------------------------------------------------------------------------------------------------*/ | |
#ifndef __REBOOT_REASON_H__ | |
#define __REBOOT_REASON_H__ | |
int reboot_reason_init(void); | |
#endif |