diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-10-14 10:37:11 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-10-14 10:37:11 +0300 |
| commit | 2acee98fcc61052d63fab4539fcb6ee677555645 (patch) | |
| tree | 7809a2a2d02620d825a70123947246508bd90078 /include/linux/panic.h | |
| parent | a051ef9f12f5b15857b54d6d68f1f525959c7ad9 (diff) | |
| parent | 3a8660878839faadb4f1a6dd72c3179c1df56787 (diff) | |
| download | linux-2acee98fcc61052d63fab4539fcb6ee677555645.tar.xz | |
Merge drm/drm-next into drm-intel-next
Sync to v6.18-rc1.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'include/linux/panic.h')
| -rw-r--r-- | include/linux/panic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/panic.h b/include/linux/panic.h index 7be742628c25..6f972a66c13e 100644 --- a/include/linux/panic.h +++ b/include/linux/panic.h @@ -43,6 +43,12 @@ void abort(void); extern atomic_t panic_cpu; #define PANIC_CPU_INVALID -1 +bool panic_try_start(void); +void panic_reset(void); +bool panic_in_progress(void); +bool panic_on_this_cpu(void); +bool panic_on_other_cpu(void); + /* * Only to be used by arch init code. If the user over-wrote the default * CONFIG_PANIC_TIMEOUT, honor it. |
