aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/smbus_ops.h
blob: fbdbb9996d8fd9c6b87288eaa83e69c8a59dbeaf (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#include <device/device.h>
#include <device/smbus.h>
#include <device/smbus_host.h>

extern struct smbus_bus_operations lops_smbus_bus;

void smbus_read_resources(struct device *dev);