We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__BINDGEN__
1 parent c5ce2c4 commit 94c0961Copy full SHA for 94c0961
include/linux/compiler_types.h
@@ -4,6 +4,10 @@
4
5
#ifndef __ASSEMBLY__
6
7
+/*
8
+ * Skipped when running bindgen due to a libclang issue;
9
+ * see https://github.com/rust-lang/rust-bindgen/issues/2244.
10
+ */
11
#if defined(CONFIG_DEBUG_INFO_BTF) && defined(CONFIG_PAHOLE_HAS_BTF_TAG) && \
12
__has_attribute(btf_type_tag) && !defined(__BINDGEN__)
13
# define BTF_TYPE_TAG(value) __attribute__((btf_type_tag(#value)))
0 commit comments