blob: 5ea1e4c3f90c0db66ea0566a4e42295cffc0a1b4 [file] [log] [blame]
yq.wang6c876f52025-05-17 16:56:50 +08001/*-----------------------------------------------------------------------------------------------*/
2/**
3 @file reboot_reason.c
4 @brief set reboot reason
5*/
6/*-----------------------------------------------------------------------------------------------*/
7
8/*-------------------------------------------------------------------------------------------------
9 Copyright (c) 2024 mobiletek Wireless Solution, Co., Ltd. All Rights Reserved.
10 mobiletek Wireless Solution Proprietary and Confidential.
11-------------------------------------------------------------------------------------------------*/
12
13/*-------------------------------------------------------------------------------------------------
14 EDIT HISTORY
15 This section contains comments describing changes made to the file.
16 Notice that changes are listed in reverse chronological order.
17 $Header: $
18 when who what, where, why
19 -------- --------- -----------------------------------------------------------------
20 20250515 yq.wang Created .
21-------------------------------------------------------------------------------------------------*/
22#ifndef __REBOOT_REASON_H__
23#define __REBOOT_REASON_H__
24
25int reboot_reason_init(void);
26#endif