1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2023 Intel Corporation
6 #ifndef __INTEL_SPRITE_UAPI_H__
7 #define __INTEL_SPRITE_UAPI_H__
12 int intel_sprite_set_colorkey_ioctl(struct drm_device *dev, void *data,
13 struct drm_file *file_priv);
15 #endif /* __INTEL_SPRITE_UAPI_H__ */