Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
bf2768bd0f
commit
ea34ddeea6
37998 changed files with 9510514 additions and 0 deletions
12
include/standard-headers/misc/pvpanic.h
Normal file
12
include/standard-headers/misc/pvpanic.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
||||
|
||||
#ifndef __PVPANIC_H__
|
||||
#define __PVPANIC_H__
|
||||
|
||||
#include "standard-headers/linux/const.h"
|
||||
|
||||
#define PVPANIC_PANICKED _BITUL(0)
|
||||
#define PVPANIC_CRASH_LOADED _BITUL(1)
|
||||
#define PVPANIC_SHUTDOWN _BITUL(2)
|
||||
|
||||
#endif /* __PVPANIC_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue