summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_nvm.h
blob: fd3467ad35a4d9d978be4618862fd6cb48de1a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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);

#endif