]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - certs/internal.h
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.git] / certs / internal.h
1 /* Internal definitions
2 *
3 * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public Licence
8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
10 */
11
12 /*
13 * system_keyring.c
14 */
15 #ifdef CONFIG_SECONDARY_TRUSTED_KEYRING
16 extern void __init add_trusted_secondary_key(const char *source,
17 const void *data, size_t len);
18 #endif