From 3b26fdafbe2f42627e11ca5c67af565e5c67995f Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Thu, 7 Feb 2019 22:31:57 +0100 Subject: parisc: Add PDC_CRASH_PREP PDC function number Signed-off-by: Sven Schnelle Signed-off-by: Helge Deller --- arch/parisc/include/uapi/asm/pdc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/parisc/include/uapi/asm/pdc.h') diff --git a/arch/parisc/include/uapi/asm/pdc.h b/arch/parisc/include/uapi/asm/pdc.h index 593eeb573138..6d68bda2d261 100644 --- a/arch/parisc/include/uapi/asm/pdc.h +++ b/arch/parisc/include/uapi/asm/pdc.h @@ -167,6 +167,7 @@ #define PDC_SOFT_POWER_INFO 0 /* return info about the soft power switch */ #define PDC_SOFT_POWER_ENABLE 1 /* enable/disable soft power switch */ +#define PDC_CRASH_PREP 25 /* Prepare system for crash dump */ /* HVERSION dependent */ -- cgit v1.2.3-59-g8ed1b