610166d76ea11a668b59e4da5627669a1890da4c
[platform/kernel/u-boot.git] / drivers / nvme / nvme-uclass.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2017 NXP Semiconductors
4  * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
5  */
6
7 #include <common.h>
8 #include <dm.h>
9
10 UCLASS_DRIVER(nvme) = {
11         .name   = "nvme",
12         .id     = UCLASS_NVME,
13 };