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