2019-05-27 06:55:01 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2008-11-13 23:39:13 +00:00
|
|
|
/* Keyring key type
|
|
|
|
*
|
2013-09-24 09:35:18 +00:00
|
|
|
* Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved.
|
2008-11-13 23:39:13 +00:00
|
|
|
* Written by David Howells (dhowells@redhat.com)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _KEYS_KEYRING_TYPE_H
|
|
|
|
#define _KEYS_KEYRING_TYPE_H
|
|
|
|
|
|
|
|
#include <linux/key.h>
|
2013-09-24 09:35:18 +00:00
|
|
|
#include <linux/assoc_array.h>
|
2008-11-13 23:39:13 +00:00
|
|
|
|
|
|
|
#endif /* _KEYS_KEYRING_TYPE_H */
|