mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 22:05:08 +00:00
7 lines
130 B
C
7 lines
130 B
C
|
#include "blacklist.h"
|
||
|
|
||
|
const char __initdata *const blacklist_hashes[] = {
|
||
|
#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
|
||
|
, NULL
|
||
|
};
|