diff options
Diffstat (limited to 'certs/blacklist.h')
-rw-r--r-- | certs/blacklist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/certs/blacklist.h b/certs/blacklist.h new file mode 100644 index 000000000000..150d82da8e99 --- /dev/null +++ b/certs/blacklist.h @@ -0,0 +1,3 @@ +#include <linux/kernel.h> + +extern const char __initdata *const blacklist_hashes[]; |