xref: /aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/include/soc/ecam0.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __COREBOOT_SRC_SOC_CAVIUM_COMMON_INCLUDE_SOC_ECAM0_H
4 #define __COREBOOT_SRC_SOC_CAVIUM_COMMON_INCLUDE_SOC_ECAM0_H
5 
6 extern struct device_operations pci_domain_ops_ecam0;
7 
8 #endif
9