]> git.ipfire.org Git - people/arne_f/kernel.git/blame - tools/virtio/linux/module.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / tools / virtio / linux / module.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
61d0b5a4 2#include <linux/export.h>
80390df8
MT
3
4#define MODULE_LICENSE(__MODULE_LICENSE_value) \
5 static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
6 __MODULE_LICENSE_value
7