From b8116f4cbaa0f64bb07564f20b3b5219e23c8bff Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 3 Jun 2024 14:16:55 +0200 Subject: update-linux-headers: move pvpanic.h to correct directory Linux has , not . Use the same directory for QEMU's include/standard-headers/ copy. Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- include/standard-headers/misc/pvpanic.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/standard-headers/misc/pvpanic.h (limited to 'include/standard-headers/misc/pvpanic.h') diff --git a/include/standard-headers/misc/pvpanic.h b/include/standard-headers/misc/pvpanic.h new file mode 100644 index 0000000000..54b7485390 --- /dev/null +++ b/include/standard-headers/misc/pvpanic.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ + +#ifndef __PVPANIC_H__ +#define __PVPANIC_H__ + +#define PVPANIC_PANICKED (1 << 0) +#define PVPANIC_CRASH_LOADED (1 << 1) + +#endif /* __PVPANIC_H__ */ -- cgit 1.4.1