1
0
Fork 0

Merging upstream version 2.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 13:00:36 +02:00
parent 0d9181726f
commit f268303a51
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
572 changed files with 4636 additions and 1730 deletions

View file

@ -0,0 +1,24 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2025 MangoBoost Inc.
*
* Author: Jonghyeon Kim <jonghyeon.kim@mangoboost.io>
*/
#undef CMD_INC_FILE
#define CMD_INC_FILE plugins/mangoboost/mangoboost-nvme
#if !defined(MANGOBOOST_NVME) || defined(CMD_HEADER_MULTI_READ)
#define MANGOBOOST_NVME
#include "cmd.h"
PLUGIN(NAME("mangoboost", "MangoBoost vendor specific extensions", NVME_VERSION),
COMMAND_LIST(
ENTRY("id-ctrl", "Send NVMe Identify Controller", id_ctrl)
)
);
#endif
#include "define_cmd.h"