Merge branch 'akpm' (patches from Andrew)
[linux/fpc-iii.git] / drivers / gpu / drm / gma500 / gem.h
blob4a74dc623b6bb9b67f69120e76120d39f89477e3
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /**************************************************************************
3 * Copyright (c) 2014 Patrik Jakobsson
4 * All Rights Reserved.
6 **************************************************************************/
8 #ifndef _GEM_H
9 #define _GEM_H
11 extern int psb_gem_create(struct drm_file *file, struct drm_device *dev,
12 u64 size, u32 *handlep, int stolen, u32 align);
13 #endif