1*0c45e76fSMichael J. Ruhl /* SPDX-License-Identifier: GPL-2.0 */ 2*0c45e76fSMichael J. Ruhl /* Copyright © 2024 Intel Corporation */ 3*0c45e76fSMichael J. Ruhl 4*0c45e76fSMichael J. Ruhl #ifndef _XE_VSEC_H_ 5*0c45e76fSMichael J. Ruhl #define _XE_VSEC_H_ 6*0c45e76fSMichael J. Ruhl 7*0c45e76fSMichael J. Ruhl struct xe_device; 8*0c45e76fSMichael J. Ruhl 9*0c45e76fSMichael J. Ruhl void xe_vsec_init(struct xe_device *xe); 10*0c45e76fSMichael J. Ruhl 11*0c45e76fSMichael J. Ruhl #endif 12