From: Adrian Szyndela Date: Fri, 9 Sep 2016 11:35:49 +0000 (+0200) Subject: kdbus: Add magic value X-Git-Tag: submit/tizen/20220208.095838^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d79c163177419f0be2b0c9d6c644df39038f4c0;p=platform%2Fkernel%2Flinux-rpi.git kdbus: Add magic value [partially picked from commit 216823ac83c0ab89348e2ed6f66179f53626586e] except of all the kdbus driver, add magic value of it only. Original authors of the files are those from commit 216823ac83c0ab8934. Cherry-picked from 4.14 commit 970070c4f68f113284f86cf7b6fbd23d6b35b511. Change-Id: Id60af5faf794fc4ae7122976621076f1021f6c38 Signed-off-by: Adrian Szyndela Signed-off-by: Hyotaek Shim Signed-off-by: Ɓukasz Stelmach Signed-off-by: Seung-Woo Kim --- diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index f3956fc..04b8b17 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -98,4 +98,6 @@ #define Z3FOLD_MAGIC 0x33 #define PPC_CMM_MAGIC 0xc7571590 +#define KDBUS_SUPER_MAGIC 0x44427573 + #endif /* __LINUX_MAGIC_H__ */