summaryrefslogtreecommitdiffstats
path: root/include/uapi/misc/pvpanic.h
blob: cae69a822b25d743fc7e0b10870bf8de9340f0f9 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */

#ifndef __PVPANIC_H__
#define __PVPANIC_H__

#define PVPANIC_PANICKED	(1 << 0)

#endif /* __PVPANIC_H__ */