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__ |
Christopher Ferris | 7ac54f5 | 2024-08-07 21:07:12 +0000 | [diff] [blame] | 9 | #include <linux/const.h> |
| 10 | #define PVPANIC_PANICKED _BITUL(0) |
| 11 | #define PVPANIC_CRASH_LOADED _BITUL(1) |
| 12 | #define PVPANIC_SHUTDOWN _BITUL(2) |
Christopher Ferris | bb9fcb4 | 2020-04-06 11:38:04 -0700 | [diff] [blame] | 13 | #endif |