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