1*af3004c9SVille Syrjälä /* SPDX-License-Identifier: MIT */ 2*af3004c9SVille Syrjälä /* 3*af3004c9SVille Syrjälä * Copyright © 2023 Intel Corporation 4*af3004c9SVille Syrjälä */ 5*af3004c9SVille Syrjälä 6*af3004c9SVille Syrjälä #ifndef __INTEL_SPRITE_UAPI_H__ 7*af3004c9SVille Syrjälä #define __INTEL_SPRITE_UAPI_H__ 8*af3004c9SVille Syrjälä 9*af3004c9SVille Syrjälä struct drm_device; 10*af3004c9SVille Syrjälä struct drm_file; 11*af3004c9SVille Syrjälä 12*af3004c9SVille Syrjälä int intel_sprite_set_colorkey_ioctl(struct drm_device *dev, void *data, 13*af3004c9SVille Syrjälä struct drm_file *file_priv); 14*af3004c9SVille Syrjälä 15*af3004c9SVille Syrjälä #endif /* __INTEL_SPRITE_UAPI_H__ */ 16