summaryrefslogtreecommitdiffstats
path: root/include/linux/pstore.h
diff options
context:
space:
mode:
authorHari Bathini2015-02-05 20:36:28 +0100
committerMichael Ellerman2015-03-23 04:06:10 +0100
commitae011d2e48d2e6c2ae29fd8aab439caf2fbfb5a8 (patch)
tree756cb5f1bec2311ebd92feaea3f793f41e788cc8 /include/linux/pstore.h
parentpowerpc/nvram: Move generic code for nvram and pstore (diff)
downloadkernel-qcow2-linux-ae011d2e48d2e6c2ae29fd8aab439caf2fbfb5a8.tar.gz
kernel-qcow2-linux-ae011d2e48d2e6c2ae29fd8aab439caf2fbfb5a8.tar.xz
kernel-qcow2-linux-ae011d2e48d2e6c2ae29fd8aab439caf2fbfb5a8.zip
pstore: Add pstore type id for PPC64 opal nvram partition
This patch adds a new PPC64 partition type to be used for opal specific nvram partition. A new partition type is needed as none of the existing type matches this partition type. Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'include/linux/pstore.h')
-rw-r--r--include/linux/pstore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pstore.h b/include/linux/pstore.h
index 8884f6e507f7..8e7a25b068b0 100644
--- a/include/linux/pstore.h
+++ b/include/linux/pstore.h
@@ -40,6 +40,7 @@ enum pstore_type_id {
PSTORE_TYPE_PPC_OF = 5,
PSTORE_TYPE_PPC_COMMON = 6,
PSTORE_TYPE_PMSG = 7,
+ PSTORE_TYPE_PPC_OPAL = 8,
PSTORE_TYPE_UNKNOWN = 255
};