Sign in
coral
/
uboot-imx
/
1720a6e9ec0ea89d647d8a86e656955b99cdceb7
/
.
/
drivers
/
i2c
/
i2c-emul-uclass.c
blob: aa89f9595353b1697028083642500f9fb82ec607 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2014 Google, Inc
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
#include
<dm.h>
#include
<i2c.h>
UCLASS_DRIVER
(
i2c_emul
)
=
{
.
id
=
UCLASS_I2C_EMUL
,
.
name
=
"i2c_emul"
,
};