]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/display/intel_sprite_uapi.h
net: wan: Add framer framework support
[linux.git] / drivers / gpu / drm / i915 / display / intel_sprite_uapi.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5
6 #ifndef __INTEL_SPRITE_UAPI_H__
7 #define __INTEL_SPRITE_UAPI_H__
8
9 struct drm_device;
10 struct drm_file;
11
12 int intel_sprite_set_colorkey_ioctl(struct drm_device *dev, void *data,
13                                     struct drm_file *file_priv);
14
15 #endif /* __INTEL_SPRITE_UAPI_H__ */
This page took 0.03841 seconds and 4 git commands to generate.