blob: b14722103f8183121d219f9f7f1341fa4a7d18c7 (
plain) (
blame)
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
|