coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 /*
4  * Intel Integrated Sensor Hub (ISH)
5  */
7  /* Firmware name used by kernel for loading ISH firmware */
8  const char *firmware_name;
9 };
const char * firmware_name
Definition: chip.h:8