/* 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