summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/ish/chip.h
blob: a76e44b4e8fe46979c3c9d35ad2dddc7d42d538a (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

/*
 * Intel Integrated Sensor Hub (ISH)
 */
struct drivers_intel_ish_config {
	/* Firmware name used by kernel for loading ISH firmware */
	const char *firmware_name;
};