blob: 8677921ac3638941063a0c40187633c02a5c2847 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* 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
|