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