Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / certs / common.h
CommitLineData
2565ca7f
ES
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3#ifndef _CERT_COMMON_H
4#define _CERT_COMMON_H
5
6int load_certificate_list(const u8 cert_list[], const unsigned long list_size,
7 const struct key *keyring);
8
9#endif