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 | |||||
Masahiro Yamada | 6a1c376 | 2022-06-12 02:22:30 +0900 | [diff] [blame] | 4 | const char __initconst *const blacklist_hashes[] = { |
Masahiro Yamada | 27b5b22 | 2022-06-12 02:22:31 +0900 | [diff] [blame] | 5 | #include "blacklist_hash_list" |
David Howells | 734114f | 2017-04-03 16:07:24 +0100 | [diff] [blame] | 6 | }; |