David Howells | b56e5a1 | 2013-08-30 16:07:30 +0100 | [diff] [blame] | 1 | #include <linux/export.h> |
| 2 | #include <linux/init.h> |
| 3 | |
David Howells | b56e5a1 | 2013-08-30 16:07:30 +0100 | [diff] [blame] | 4 | __INITRODATA |
| 5 | |
Chen Gang | 6ef4d2e | 2013-10-30 09:11:28 +0800 | [diff] [blame^] | 6 | .globl VMLINUX_SYMBOL(system_certificate_list) |
| 7 | VMLINUX_SYMBOL(system_certificate_list): |
David Howells | b56e5a1 | 2013-08-30 16:07:30 +0100 | [diff] [blame] | 8 | .incbin "kernel/x509_certificate_list" |
Chen Gang | 6ef4d2e | 2013-10-30 09:11:28 +0800 | [diff] [blame^] | 9 | .globl VMLINUX_SYMBOL(system_certificate_list_end) |
| 10 | VMLINUX_SYMBOL(system_certificate_list_end): |