commit | b8a95e21865efd16bf821333d34e005b8f0a8d3a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Oct 02 18:29:20 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Oct 03 10:59:32 2019 -0700 |
tree | d6a9a56d4499b2e01ebea72bf920f828a6c740c1 | |
parent | b29454794c48faed61987df172993855201343e6 [diff] [blame] |
Update to kernel headers v5.3.2. Test: Builds and run unit tests on taimen/cuttlefish. Change-Id: I6ebd8f179d159ac974555e8edca588083e8081b3
diff --git a/libc/kernel/uapi/linux/magic.h b/libc/kernel/uapi/linux/magic.h index f3b337e..38b5c85 100644 --- a/libc/kernel/uapi/linux/magic.h +++ b/libc/kernel/uapi/linux/magic.h
@@ -94,4 +94,6 @@ #define UDF_SUPER_MAGIC 0x15013346 #define BALLOON_KVM_MAGIC 0x13661366 #define ZSMALLOC_MAGIC 0x58295829 +#define DMA_BUF_MAGIC 0x444d4142 +#define Z3FOLD_MAGIC 0x33 #endif