brintos

brintos / linux-shallow public Read only

0
0
Text · 331 B · 3eb5002 Raw
16 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2023 Intel Corporation4 */5 6#ifndef __INTEL_SPRITE_UAPI_H__7#define __INTEL_SPRITE_UAPI_H__8 9struct drm_device;10struct drm_file;11 12int intel_sprite_set_colorkey_ioctl(struct drm_device *dev, void *data,13				    struct drm_file *file_priv);14 15#endif /* __INTEL_SPRITE_UAPI_H__ */16