arch/x86: Define macros for hard-coded HPET registers
[coreboot.git] / src / drivers / pcie / generic / chip.h
bloba5f261b842b1353fad8e26a91cbf5c9e7de294b8
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _PCIE_GENERIC_H_
4 #define _PCIE_GENERIC_H_
6 #include <types.h>
8 struct drivers_pcie_generic_config {
9 const char *name;
10 unsigned int wake_gpe;
11 unsigned int wake_deepest;
12 /* When set to true, this will add a _DSD which contains a single
13 property, `DmaProperty`, set to 1, under the ACPI Device. */
14 bool add_acpi_dma_property;
18 #endif /* _PCIE_GENERIC_H_ */