commit | 63fcca4108d94df4e93c7fef59d440b4b63f1d11 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Sep 26 01:12:10 2024 +0000 |
committer | Christopher Ferris <cferris@google.com> | Thu Sep 26 01:12:10 2024 +0000 |
tree | 11bb831422264a3e94bd0f9f06193c6068bc0828 | |
parent | ab777b22d2f48515701586b1fe1943d6b71ff261 [diff] [blame] |
Update to v6.11 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-6.11 Test: Builds and bionic unit tests pass on raven. Test: Able to log in to an Android GO 32 bit device. Change-Id: Ica2c66ffb70b60244cfae4c8cff16b2a7392fceb
diff --git a/libc/kernel/uapi/linux/dma-heap.h b/libc/kernel/uapi/linux/dma-heap.h index 467e336..ac86b59 100644 --- a/libc/kernel/uapi/linux/dma-heap.h +++ b/libc/kernel/uapi/linux/dma-heap.h
@@ -9,7 +9,7 @@ #include <linux/ioctl.h> #include <linux/types.h> #define DMA_HEAP_VALID_FD_FLAGS (O_CLOEXEC | O_ACCMODE) -#define DMA_HEAP_VALID_HEAP_FLAGS (0) +#define DMA_HEAP_VALID_HEAP_FLAGS (0ULL) struct dma_heap_allocation_data { __u64 len; __u32 fd;