kernel/drivers/gpu/drm/xe/xe_vsec.h

12 lines
191 B
C

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