xref: /aosp_15_r20/bionic/libc/kernel/uapi/misc/pvpanic.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
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 #include <linux/const.h>
10 #define PVPANIC_PANICKED _BITUL(0)
11 #define PVPANIC_CRASH_LOADED _BITUL(1)
12 #define PVPANIC_SHUTDOWN _BITUL(2)
13 #endif
14