]> git.ipfire.org Git - thirdparty/kernel/stable.git/blob - certs/blacklist_hashes.c
Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'
[thirdparty/kernel/stable.git] / certs / blacklist_hashes.c
1 #include "blacklist.h"
2
3 const char __initdata *const blacklist_hashes[] = {
4 #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
5 , NULL
6 };