https://github.com/torvalds/linux
Raw File
Tip revision: f1132ba3465d56622c286beef6b511fd55c6482b authored by Hsien Chang on 22 January 2019, 04:07:24 UTC
Remove target_wait_for_sess_cmd()
Tip revision: f1132ba
internal.h
/* Internal definitions
 *
 * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public Licence
 * as published by the Free Software Foundation; either version
 * 2 of the Licence, or (at your option) any later version.
 */

/*
 * system_keyring.c
 */
#ifdef CONFIG_SECONDARY_TRUSTED_KEYRING
extern void __init add_trusted_secondary_key(const char *source,
					     const void *data, size_t len);
#endif
back to top