blob: 344892337be0797cc713877ad64014b8cacaec20 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
David Howells734114f2017-04-03 16:07:24 +01002#include "blacklist.h"
3
4const char __initdata *const blacklist_hashes[] = {
5#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
6 , NULL
7};