pvpanic.h 209 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __PVPANIC_H__
  3. #define __PVPANIC_H__
  4. #define PVPANIC_PANICKED (1 << 0)
  5. #define PVPANIC_CRASH_LOADED (1 << 1)
  6. #endif /* __PVPANIC_H__ */