Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /* Keyring key type
0003  *
0004  * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved.
0005  * Written by David Howells (dhowells@redhat.com)
0006  */
0007 
0008 #ifndef _KEYS_KEYRING_TYPE_H
0009 #define _KEYS_KEYRING_TYPE_H
0010 
0011 #include <linux/key.h>
0012 #include <linux/assoc_array.h>
0013 
0014 #endif /* _KEYS_KEYRING_TYPE_H */