summaryrefslogtreecommitdiffstats
path: root/linux-headers/asm-riscv/bitsperlong.h
diff options
context:
space:
mode:
authorVivek Goyal2022-02-08 21:48:05 +0100
committerDr. David Alan Gilbert2022-02-17 18:21:45 +0100
commitef17dd6a8e6b6e3aeb29233996d44dfcb736d515 (patch)
tree41fe944078af9da25e79e8194dea8f8e8ef3e606 /linux-headers/asm-riscv/bitsperlong.h
parentvirtiofsd: Fix breakage due to fuse_init_in size change (diff)
downloadqemu-ef17dd6a8e6b6e3aeb29233996d44dfcb736d515.tar.gz
qemu-ef17dd6a8e6b6e3aeb29233996d44dfcb736d515.tar.xz
qemu-ef17dd6a8e6b6e3aeb29233996d44dfcb736d515.zip
linux-headers: Update headers to v5.17-rc1
Update headers to 5.17-rc1. I need latest fuse changes. Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Message-Id: <20220208204813.682906-3-vgoyal@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'linux-headers/asm-riscv/bitsperlong.h')
-rw-r--r--linux-headers/asm-riscv/bitsperlong.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux-headers/asm-riscv/bitsperlong.h b/linux-headers/asm-riscv/bitsperlong.h
new file mode 100644
index 0000000000..cc5c45a9ce
--- /dev/null
+++ b/linux-headers/asm-riscv/bitsperlong.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
+/*
+ * Copyright (C) 2012 ARM Ltd.
+ * Copyright (C) 2015 Regents of the University of California
+ */
+
+#ifndef _ASM_RISCV_BITSPERLONG_H
+#define _ASM_RISCV_BITSPERLONG_H
+
+#define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8)
+
+#include <asm-generic/bitsperlong.h>
+
+#endif /* _ASM_RISCV_BITSPERLONG_H */