projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 6.9.1-gnu
[releases.git]
/
tools
/
virtio
/
linux
/
module.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <linux/export.h>
3
4
#define MODULE_LICENSE(__MODULE_LICENSE_value) \
5
static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
6
__MODULE_LICENSE_value
7