mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 16:46:51 +07: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
|
||
|
};
|