blob: 54b7485390d3149b7180242f5810a810a89c0a20 [file] [log] [blame]
zhenwei pie0b9a422020-01-02 10:35:12 +08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3#ifndef __PVPANIC_H__
4#define __PVPANIC_H__
5
6#define PVPANIC_PANICKED (1 << 0)
zhenwei pi19194162020-01-02 10:35:13 +08007#define PVPANIC_CRASH_LOADED (1 << 1)
zhenwei pie0b9a422020-01-02 10:35:12 +08008
9#endif /* __PVPANIC_H__ */