coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip_common.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _CHIP_COMMON_H_
4 #define _CHIP_COMMON_H_
5 
7 void xeonsp_pci_domain_scan_bus(struct device *dev);
8 void attach_iio_stacks(struct device *dev);
9 
10 #endif /* _CHIP_COMMON_H_ */
void xeonsp_pci_domain_scan_bus(struct device *dev)
Definition: chip_common.c:87
void xeonsp_pci_domain_set_resources(struct device *dev)
Definition: chip_common.c:465
void attach_iio_stacks(struct device *dev)
Definition: chip_common.c:489
Definition: device.h:107