xref: /linux/drivers/gpu/drm/xe/xe_soc_remapper.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1*a9f88c68SUmesh Nerlige Ramappa /* SPDX-License-Identifier: MIT */
2*a9f88c68SUmesh Nerlige Ramappa /*
3*a9f88c68SUmesh Nerlige Ramappa  * Copyright © 2025 Intel Corporation
4*a9f88c68SUmesh Nerlige Ramappa  */
5*a9f88c68SUmesh Nerlige Ramappa 
6*a9f88c68SUmesh Nerlige Ramappa #ifndef _XE_SOC_REMAPPER_H_
7*a9f88c68SUmesh Nerlige Ramappa #define _XE_SOC_REMAPPER_H_
8*a9f88c68SUmesh Nerlige Ramappa 
9*a9f88c68SUmesh Nerlige Ramappa #include "xe_device_types.h"
10*a9f88c68SUmesh Nerlige Ramappa 
11*a9f88c68SUmesh Nerlige Ramappa int xe_soc_remapper_init(struct xe_device *xe);
12*a9f88c68SUmesh Nerlige Ramappa 
13*a9f88c68SUmesh Nerlige Ramappa #endif
14