blob: 1060ad0f5abc4747a3bcfb5c9c2680eb2dd6b9fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2025 Intel Corporation
*/
#ifndef _XE_SOC_REMAPPER_H_
#define _XE_SOC_REMAPPER_H_
#include "xe_device_types.h"
int xe_soc_remapper_init(struct xe_device *xe);
#endif
|