Go to the documentation of this file. 1 #ifndef __ASM_ARCH_RESET_H
2 #define __ASM_ARCH_RESET_H
6 #define RESET_STATUS_HARDWARE (1 << 0)
7 #define RESET_STATUS_WATCHDOG (1 << 1)
8 #define RESET_STATUS_LOWPOWER (1 << 2)
9 #define RESET_STATUS_GPIO (1 << 3)
10 #define RESET_STATUS_ALL (0xf)