coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smbus_ops.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/device.h>
4 #include <device/smbus.h>
5 #include <device/smbus_host.h>
6 
8 
9 void smbus_read_resources(struct device *dev);
void smbus_read_resources(struct device *dev)
Definition: smbus_ops.c:68
struct smbus_bus_operations lops_smbus_bus
Definition: smbus_ops.c:61
Definition: device.h:107