blob: 5ea1e4c3f90c0db66ea0566a4e42295cffc0a1b4 [file] [log] [blame]
/*-----------------------------------------------------------------------------------------------*/
/**
@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