logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

pvpanic.h (272B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __PVPANIC_H__
  3. #define __PVPANIC_H__
  4. #include <linux/const.h>
  5. #define PVPANIC_PANICKED _BITUL(0)
  6. #define PVPANIC_CRASH_LOADED _BITUL(1)
  7. #define PVPANIC_SHUTDOWN _BITUL(2)
  8. #endif /* __PVPANIC_H__ */