Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregk...
[linux-block.git] / include / uapi / misc / pvpanic.h
CommitLineData
e0b9a427 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3#ifndef __PVPANIC_H__
4#define __PVPANIC_H__
5
04332787
TW
6#include <linux/const.h>
7
8#define PVPANIC_PANICKED _BITUL(0)
9#define PVPANIC_CRASH_LOADED _BITUL(1)
ad76f3e8 10#define PVPANIC_SHUTDOWN _BITUL(2)
e0b9a427 11
12#endif /* __PVPANIC_H__ */