blob: b482be485cac62f72f4947e5f2f49b538f7b654b [file] [log] [blame]
Simon Glassf05a7c52020-12-19 10:39:54 -07001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2020 Google LLC
4 * Written by Simon Glass <sjg@chromium.org>
5 */
6
7#ifndef __asn_i2c_h
8#define __asn_i2c_h
9
10struct sandbox_i2c_priv {
11 bool test_mode;
12};
13
14#endif /* __asn_i2c_h */