repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vxlan: move IGMP join/leave to work queue
[linux-2.6.git]
/
kernel
/
modsign_certificate.S
blob
4a9a86d12c8b0711efa1420b8c1c80094ee95e17
1
#include <linux/export.h>
2
3
#define GLOBAL(name) \
4
.globl VMLINUX_SYMBOL(name); \
5
VMLINUX_SYMBOL(name):
6
7
.section ".init.data","aw"
8
9
GLOBAL(modsign_certificate_list)
10
.incbin "signing_key.x509"
11
.incbin "extra_certificates"
12
GLOBAL(modsign_certificate_list_end)