Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
David Howells | 734114f | 2017-04-03 16:07:24 +0100 | [diff] [blame] | 2 | #include "blacklist.h" |
3 | |||||
4 | const char __initdata *const blacklist_hashes[] = { | ||||
5 | #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST | ||||
6 | , NULL | ||||
7 | }; |