1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _PCIE_GENERIC_H_
4 #define _PCIE_GENERIC_H_
8 struct drivers_pcie_generic_config
{
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_ */