mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-17 11:25:04 +08: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
|
||
|
};
|