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 #ifndef _PCIE_GENERIC_H_
4 #define _PCIE_GENERIC_H_
5 
6 #include <types.h>
7 
10  /*
11  * This needs to be pointed to the device instance in the device tree when
12  * there is already a device with the root port so that the ACPI code to be
13  * generated will be added to that existing device.
14  * By default, an ACPI device named 'DEV0' is created under the root port if
15  * this does not reference to a device.
16  */
18 };
19 
20 #endif /* _PCIE_GENERIC_H_ */
#define DEVTREE_CONST
Definition: stddef.h:30
Definition: device.h:107
DEVTREE_CONST struct device * companion_dev
Definition: chip.h:17