repo.or.cz
/
linux-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc6
[linux-stable.git]
/
include
/
uapi
/
misc
/
pvpanic.h
blob
3f1745cd1b52ab49e029b4e058be13f106016cce
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3
#ifndef __PVPANIC_H__
4
#define __PVPANIC_H__
5
6
#include <linux/const.h>
7
8
#define PVPANIC_PANICKED _BITUL(0)
9
#define PVPANIC_CRASH_LOADED _BITUL(1)
10
#define PVPANIC_SHUTDOWN _BITUL(2)
11
12
#endif
/* __PVPANIC_H__ */