]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - certs/internal.h
PCI: PM: Skip devices in D0 for suspend-to-idle
[mirror_ubuntu-bionic-kernel.git] / certs / internal.h
CommitLineData
373b0cb1
DH
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
16extern void __init add_trusted_secondary_key(const char *source,
17 const void *data, size_t len);
18#endif