diff options
author | 2022-11-21 09:03:13 +0100 | |
---|---|---|
committer | 2022-11-21 09:03:13 +0100 | |
commit | 29583dfcd2dd72c766422bd05c16f06c6b1fb356 (patch) | |
tree | a35bc4aa5e84ce6ae0df1b43ca431f6cd8f38997 /scripts/rust_is_available_bindgen_libclang.h | |
parent | drm/amdgpu: Fix VRAM eviction issue (diff) | |
parent | Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (diff) | |
download | linux-rng-29583dfcd2dd72c766422bd05c16f06c6b1fb356.tar.xz linux-rng-29583dfcd2dd72c766422bd05c16f06c6b1fb356.zip |
Merge drm/drm-next into drm-misc-next-fixes
Backmerging to update drm-misc-next-fixes for the final phase
of the release cycle.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'scripts/rust_is_available_bindgen_libclang.h')
-rw-r--r-- | scripts/rust_is_available_bindgen_libclang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rust_is_available_bindgen_libclang.h b/scripts/rust_is_available_bindgen_libclang.h new file mode 100644 index 000000000000..0ef6db10d674 --- /dev/null +++ b/scripts/rust_is_available_bindgen_libclang.h @@ -0,0 +1,2 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#pragma message("clang version " __clang_version__) |