mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
6 lines
85 B
C
6 lines
85 B
C
|
#include "blacklist.h"
|
||
|
|
||
|
const char __initdata *const blacklist_hashes[] = {
|
||
|
NULL
|
||
|
};
|