repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
io_uring: punt final io_ring_ctx wait-and-free to workqueue
[linux/fpc-iii.git]
/
include
/
uapi
/
misc
/
pvpanic.h
blob
54b7485390d3149b7180242f5810a810a89c0a20
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)
7
#define PVPANIC_CRASH_LOADED (1 << 1)
8
9
#endif
/* __PVPANIC_H__ */