i2c.h 235 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2020 Google LLC
  4. * Written by Simon Glass <sjg@chromium.org>
  5. */
  6. #ifndef __asn_i2c_h
  7. #define __asn_i2c_h
  8. struct sandbox_i2c_priv {
  9. bool test_mode;
  10. };
  11. #endif /* __asn_i2c_h */