blob: 1060ad0f5abc4747a3bcfb5c9c2680eb2dd6b9fc [file] [log] [blame] [edit]
/* 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