Skip to content
Snippets Groups Projects
blacklist_hashes.c 166 B
Newer Older
  • Learn to ignore specific revisions
  • #include "blacklist.h"
    
    const char __initdata *const blacklist_hashes[] = {
    #include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
    	, NULL
    };