/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright © 2024 Intel Corporation */ #ifndef _XE_VSEC_H_ #define _XE_VSEC_H_ struct xe_device; void xe_vsec_init(struct xe_device *xe); #endif