blob: 1dc83862f519ada7d02c2287d14888ddfa5758ee [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
David Howellse9e349b2008-11-14 10:39:13 +11002/* Keyring key type
3 *
David Howellsb2a4df22013-09-24 10:35:18 +01004 * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved.
David Howellse9e349b2008-11-14 10:39:13 +11005 * Written by David Howells (dhowells@redhat.com)
David Howellse9e349b2008-11-14 10:39:13 +11006 */
7
8#ifndef _KEYS_KEYRING_TYPE_H
9#define _KEYS_KEYRING_TYPE_H
10
11#include <linux/key.h>
David Howellsb2a4df22013-09-24 10:35:18 +010012#include <linux/assoc_array.h>
David Howellse9e349b2008-11-14 10:39:13 +110013
14#endif /* _KEYS_KEYRING_TYPE_H */