1 /* 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 10 struct sandbox_i2c_priv { 11 bool test_mode; 12 }; 13 14 #endif /* __asn_i2c_h */ 15