Revision af42d3466bdc8f39806b26f593604fdc54140bcb authored by Linus Torvalds on 17 November 2019, 22:47:30 UTC, committed by Linus Torvalds on 17 November 2019, 22:47:30 UTC
1 parent ec53851
Raw File
blacklist_nohashes.c
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"

const char __initconst *const blacklist_hashes[] = {
	NULL
};
back to top