Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1d5afdfd5e5d496754446823a352c522220c59d3
/
.
/
drivers
/
nvme
/
nvme-uclass.c
blob: 610166d76ea11a668b59e4da5627669a1890da4c [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 NXP Semiconductors
* Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
*/
#include
<common.h>
#include
<dm.h>
UCLASS_DRIVER
(
nvme
)
=
{
.
name
=
"nvme"
,
.
id
=
UCLASS_NVME
,
};