blob: bc421aeb1cc8a81324e512db729fa6f67790089c [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferrisbb9fcb42020-04-06 11:38:04 -07007#ifndef __PVPANIC_H__
8#define __PVPANIC_H__
9#define PVPANIC_PANICKED (1 << 0)
10#define PVPANIC_CRASH_LOADED (1 << 1)
11#endif