Merge tag 'livepatching-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / include / keys / keyring-type.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
e9e349b0
DH
2/* Keyring key type
3 *
b2a4df20 4 * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved.
e9e349b0 5 * Written by David Howells (dhowells@redhat.com)
e9e349b0
DH
6 */
7
8#ifndef _KEYS_KEYRING_TYPE_H
9#define _KEYS_KEYRING_TYPE_H
10
11#include <linux/key.h>
b2a4df20 12#include <linux/assoc_array.h>
e9e349b0
DH
13
14#endif /* _KEYS_KEYRING_TYPE_H */