Sign in
nest-open-source
/
nest-learning-thermostat
/
5.7.1
/
u-boot
/
refs/heads/master
/
.
/
u-boot-imx
/
drivers
/
i2c
/
i2c-emul-uclass.c
blob: aa89f9595353b1697028083642500f9fb82ec607 [
file
] [
log
] [
blame
] [
edit
]
/*
* 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"
,
};