acpi_i2c.h 242 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2019 Google LLC
  4. */
  5. #ifndef __ACPI_I2C_H
  6. #define __ACPI_I2C_H
  7. #include <dm/acpi.h>
  8. extern struct acpi_ops acpi_i2c_ops;
  9. int acpi_i2c_ofdata_to_platdata(struct udevice *dev);
  10. #endif