Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
635e233b220b7fa4f4e8e8623f971b5cf66c4856
/
.
/
arch
/
sandbox
/
include
/
asm
/
i2c.h
blob: b482be485cac62f72f4947e5f2f49b538f7b654b [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2020 Google LLC
* Written by Simon Glass <sjg@chromium.org>
*/
#ifndef
__asn_i2c_h
#define
__asn_i2c_h
struct
sandbox_i2c_priv
{
bool
test_mode
;
};
#endif
/* __asn_i2c_h */