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