Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
1fb51333952ec59fb83312c777bb3665e68f818d
/
.
/
drivers
/
block
/
disk-uclass.c
blob: d665b3505adfa37d10b7e7fc7124a4860f1257f3 [
file
] [
log
] [
blame
]
/*
* 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"
,
};