Linux-6.18.2/drivers/gpu/drm/xe/xe_nvm.h
2025-12-23 20:06:59 +08:00

16 lines
259 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2019-2025 Intel Corporation. All rights reserved.
*/
#ifndef __XE_NVM_H__
#define __XE_NVM_H__
struct xe_device;
int xe_nvm_init(struct xe_device *xe);
void xe_nvm_fini(struct xe_device *xe);
#endif