blob: 1f4be296016877ae99ac7db4321db92559bc790c [file] [log] [blame]
Simon Glassfd42f262020-09-22 12:45:01 -06001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2019 Google LLC
4 */
5
6#ifndef __ACPI_I2C_H
7#define __ACPI_I2C_H
8
9#include <dm/acpi.h>
10
11extern struct acpi_ops acpi_i2c_ops;
12
13int acpi_i2c_ofdata_to_platdata(struct udevice *dev);
14
15#endif