6 lines
85 B
C
6 lines
85 B
C
|
#include "blacklist.h"
|
||
|
|
||
|
const char __initdata *const blacklist_hashes[] = {
|
||
|
NULL
|
||
|
};
|