Simon Glass | fd42f26 | 2020-09-22 12:45:01 -0600 | [diff] [blame] | 1 | /* 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 | |||||
11 | extern struct acpi_ops acpi_i2c_ops; | ||||
12 | |||||
Simon Glass | d1998a9 | 2020-12-03 16:55:21 -0700 | [diff] [blame] | 13 | int acpi_i2c_of_to_plat(struct udevice *dev); |
Simon Glass | fd42f26 | 2020-09-22 12:45:01 -0600 | [diff] [blame] | 14 | |
15 | #endif |