zhenwei pi | e0b9a42 | 2020-01-02 10:35:12 +0800 | [diff] [blame] | 1 | /* 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 pi | 1919416 | 2020-01-02 10:35:13 +0800 | [diff] [blame] | 7 | #define PVPANIC_CRASH_LOADED (1 << 1) |
zhenwei pi | e0b9a42 | 2020-01-02 10:35:12 +0800 | [diff] [blame] | 8 | |
9 | #endif /* __PVPANIC_H__ */ |