blob: fc6616ade66639f4fba2b36443024e6c0ac6ce53 [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
Simon Glassd1998a92020-12-03 16:55:21 -070013int acpi_i2c_of_to_plat(struct udevice *dev);
Simon Glassfd42f262020-09-22 12:45:01 -060014
15#endif