Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame^] | 1 | /* |
2 | * This file is auto-generated. Modifications will be lost. | ||||
3 | * | ||||
4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ | ||||
5 | * for more information. | ||||
6 | */ | ||||
Christopher Ferris | bb9fcb4 | 2020-04-06 11:38:04 -0700 | [diff] [blame] | 7 | #ifndef __PVPANIC_H__ |
8 | #define __PVPANIC_H__ | ||||
9 | #define PVPANIC_PANICKED (1 << 0) | ||||
10 | #define PVPANIC_CRASH_LOADED (1 << 1) | ||||
11 | #endif |