| /* | |
| * This file is auto-generated. Modifications will be lost. | |
| * | |
| * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | |
| * for more information. | |
| */ | |
| #ifndef __PVPANIC_H__ | |
| #define __PVPANIC_H__ | |
| #include <linux/const.h> | |
| #define PVPANIC_PANICKED _BITUL(0) | |
| #define PVPANIC_CRASH_LOADED _BITUL(1) | |
| #define PVPANIC_SHUTDOWN _BITUL(2) | |
| #endif |