summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vsec.h
blob: 5777c53faec2ad832f50d05b4307f30820a97027 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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