]> Git Repo - linux.git/blob - include/uapi/misc/pvpanic.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / include / uapi / misc / pvpanic.h
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__ */
This page took 0.053187 seconds and 4 git commands to generate.