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  */
7 #ifndef __PVPANIC_H__
8 #define __PVPANIC_H__
9 #define PVPANIC_PANICKED (1 << 0)
10 #define PVPANIC_CRASH_LOADED (1 << 1)
11 #endif
12