repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
tools
/
virtio
/
linux
/
module.h
blob
9dfa96fea2b23910c2fb9f431fe519e3605d09bb
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