Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d11c3db6da92c3519c921b206ca6535981a4c192
/
.
/
drivers
/
fpga
/
fpga-uclass.c
blob: 4278ec28e5642be123743ea128eb586d61dc3d30 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2022 Alexander Dahl <post@lespocky.de>
*/
#include
<dm.h>
UCLASS_DRIVER
(
fpga
)
=
{
.
name
=
"fpga"
,
.
id
=
UCLASS_FPGA
,
};