reboot: Remove SYS_DOWN to avoid the confusion

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-04-04 18:16:13 +08:00 committed by Petro Karashchenko
parent 404de093a1
commit 165e266502

View File

@ -34,8 +34,7 @@
* Pre-processor Definitions
****************************************************************************/
#define SYS_DOWN 0x0001 /* Notify of system down */
#define SYS_RESTART SYS_DOWN
#define SYS_RESTART 0x0001 /* Notify of system restart */
#define SYS_HALT 0x0002 /* Notify of system halt */
#define SYS_POWER_OFF 0x0003 /* Notify of system power off */