blob: 8e1be62bd3b1b8e8c816612b1ffa98473b303d35 [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__
Christopher Ferris7ac54f52024-08-07 21:07:12 +00009#include <linux/const.h>
10#define PVPANIC_PANICKED _BITUL(0)
11#define PVPANIC_CRASH_LOADED _BITUL(1)
12#define PVPANIC_SHUTDOWN _BITUL(2)
Christopher Ferrisbb9fcb42020-04-06 11:38:04 -070013#endif