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 **************************************************************************/
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _GEM_H
98c2ecf20Sopenharmony_ci#define _GEM_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciextern int psb_gem_create(struct drm_file *file, struct drm_device *dev,
128c2ecf20Sopenharmony_ci			  u64 size, u32 *handlep, int stolen, u32 align);
138c2ecf20Sopenharmony_ci#endif
14