keyring-type.h 337 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /* Keyring key type
  3. *
  4. * Copyright (C) 2008, 2013 Red Hat, Inc. All Rights Reserved.
  5. * Written by David Howells (dhowells@redhat.com)
  6. */
  7. #ifndef _KEYS_KEYRING_TYPE_H
  8. #define _KEYS_KEYRING_TYPE_H
  9. #include <linux/key.h>
  10. #include <linux/assoc_array.h>
  11. #endif /* _KEYS_KEYRING_TYPE_H */