Merging upstream version 2.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3d70d3c76b
commit
ee6621a5b2
507 changed files with 19440 additions and 17258 deletions
17
plugins/ocp/ocp-fw-activation-history.h
Normal file
17
plugins/ocp/ocp-fw-activation-history.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*
|
||||
* Copyright (c) 2022 Solidigm.
|
||||
*
|
||||
* Authors: karl.dedow@solidigm.com
|
||||
*/
|
||||
|
||||
#ifndef OCP_FIRMWARE_ACTIVATION_HISTORY_H
|
||||
#define OCP_FIRMWARE_ACTIVATION_HISTORY_H
|
||||
|
||||
struct command;
|
||||
struct plugin;
|
||||
|
||||
int ocp_fw_activation_history_log(int argc, char **argv,
|
||||
struct command *cmd, struct plugin *plugin);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue