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