blob: 552d47b2d463f10305668c47dfb5db7aa59c3d3a [file] [log] [blame]
David Howellsb56e5a12013-08-30 16:07:30 +01001#include <linux/export.h>
2#include <linux/init.h>
3
4#define GLOBAL(name) \
5 .globl VMLINUX_SYMBOL(name); \
6 VMLINUX_SYMBOL(name):
7
8 __INITRODATA
9
10GLOBAL(system_certificate_list)
11 .incbin "kernel/x509_certificate_list"
12GLOBAL(system_certificate_list_end)