add reboot reason
Change-Id: I7e08916cabcbb6bf68f6c96780f3185c643e801a
diff --git a/mbtk/mbtk_servicesd_v2/inc/reboot_reason.h b/mbtk/mbtk_servicesd_v2/inc/reboot_reason.h
new file mode 100755
index 0000000..5ea1e4c
--- /dev/null
+++ b/mbtk/mbtk_servicesd_v2/inc/reboot_reason.h
@@ -0,0 +1,26 @@
+/*-----------------------------------------------------------------------------------------------*/
+/**
+ @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