/* SPDX-License-Identifier: MIT */ /* * Copyright © 2025 Intel Corporation */ #ifndef _XE_PCI_REBAR_H_ #define _XE_PCI_REBAR_H_ struct xe_device; void xe_pci_rebar_resize(struct xe_device *xe); #endif