Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0a7620f18d7f4456bb68363c71c1fec026f8ddd8
/
.
/
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 */