1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Copyright (c) 2014, Patrik Jakobsson 4 * All Rights Reserved. 5 * 6 * Authors: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> 7 */ 8 9 #ifndef __BLITTER_H 10 #define __BLITTER_H 11 12 struct drm_psb_private; 13 14 extern int gma_blt_wait_idle(struct drm_psb_private *dev_priv); 15 16 #endif 17