mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 01:57:59 +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
|
||
|
};
|