18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2014, Patrik Jakobsson
48c2ecf20Sopenharmony_ci * All Rights Reserved.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Authors: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __BLITTER_H
108c2ecf20Sopenharmony_ci#define __BLITTER_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cistruct drm_psb_private;
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciextern int gma_blt_wait_idle(struct drm_psb_private *dev_priv);
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif
17