summaryrefslogtreecommitdiffstats
path: root/drivers/block/disk-uclass.c
blob: d665b3505adfa37d10b7e7fc7124a4860f1257f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2015 Google, Inc
 * Written by Simon Glass <sjg@chromium.org>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>
#include <dm.h>

UCLASS_DRIVER(disk) = {
	.id		= UCLASS_DISK,
	.name		= "disk",
};
OpenPOWER on IntegriCloud