Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6eefd8502fb91025bba0cf1d1f211a38c93a41bb
/
.
/
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
,
};